@@ -0,0 +1,12 @@
import 'elexis';
import { $Layout } from './lib/$Layout';
declare module 'elexis' {
export namespace $ {
export interface TagNameElementMap {
'layout': typeof $Layout;
}
$.registerTagName('layout', $Layout)
export * from './lib/$Layout'
The note is not visible to the blocked user.