Skip to content

Commit c9e8808

Browse files
Build and bundle
1 parent 6c3aa07 commit c9e8808

File tree

4 files changed

+1981
-214
lines changed

4 files changed

+1981
-214
lines changed

dist/plugin/StatusIcons.vue.d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
declare const _default: import("vue").DefineComponent<{
2+
icon: {
3+
type: StringConstructor;
4+
required: true;
5+
};
6+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7+
[key: string]: any;
8+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9+
icon: {
10+
type: StringConstructor;
11+
required: true;
12+
};
13+
}>>, {}>;
14+
export default _default;

0 commit comments

Comments
 (0)