@enki-tek/fms-web-components 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ export default class Content extends SvelteComponentTyped<{
|
|
7
7
|
[evt: string]: CustomEvent<any>;
|
8
8
|
}, {
|
9
9
|
'sidebar-menu': {};
|
10
|
-
|
10
|
+
default: {};
|
11
11
|
}> {
|
12
12
|
}
|
13
13
|
export type ContentProps = typeof __propDef.props;
|
@@ -23,7 +23,7 @@ declare const __propDef: {
|
|
23
23
|
};
|
24
24
|
slots: {
|
25
25
|
'sidebar-menu': {};
|
26
|
-
|
26
|
+
default: {};
|
27
27
|
};
|
28
28
|
};
|
29
29
|
export {};
|