UNPKG

magner

Version:

Universal admin panel magnetic to any backend

28 lines (27 loc) 858 B
import { Component, PropType } from 'vue'; import type { IconImport } from '../../types/utils/useful'; declare const _sfc_main: import("vue").DefineComponent<{ icon: { type: PropType<IconImport>; default: null; }; core: { type: StringConstructor; default: null; }; }, { node: import("vue").Raw<Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | null; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ icon: { type: PropType<IconImport>; default: null; }; core: { type: StringConstructor; default: null; }; }>>, { icon: IconImport; core: string; }, {}>; export default _sfc_main;