UNPKG

@omnia/fx-spfx

Version:
27 lines (26 loc) 1.01 kB
export type WebComponentDefinition = { id: string; name: string; icon?: { fontAwesome?: string; html?: string; }; }; declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{ webpartid: string; displaymode: unknown; }, never>, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<{ webpartid: string; displaymode: unknown; }, never>; }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{ webpartid: string; displaymode: unknown; }, never>, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<{ webpartid: string; displaymode: unknown; }, never>; }); export default _default;