@userfrosting/theme-pink-cupcake
Version:
Pink Cupcake Theme for UserFrosting
20 lines (19 loc) • 605 B
TypeScript
type __VLS_Props = {
to?: string | {
name: string;
};
label?: any;
value?: any;
faIcon?: string;
icon?: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
label: any;
icon: string;
value: any;
to: string | {
name: string;
};
faIcon: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;