Skip to content
Snippets Groups Projects
Select Git revision
  • aa564d00a1679a4c21cd10a1633e69052ecec8d0
  • main default protected
  • v0.2.1
  • v0.2.0
  • v0.1.2
  • v0.1.0
  • v0.1.1
7 results

phpstan.neon

Blame
  • dbp-app-shell.js 159 B
    import {AppShell} from './app-shell.js';
    import * as commonUtils from '@dbp-toolkit/common/utils';
    
    commonUtils.defineCustomElement('dbp-app-shell', AppShell);