@userfrosting/theme-pink-cupcake
Version:
Pink Cupcake Theme for UserFrosting
35 lines (34 loc) • 1.16 kB
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
loading: {
type: BooleanConstructor;
default: boolean;
};
password: {
type: import('vue').PropType<any>;
};
passwordc: {
type: import('vue').PropType<any>;
};
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
submit: (...args: any[]) => void;
"update:password": (value: any) => void;
"update:passwordc": (value: any) => void;
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
loading: {
type: BooleanConstructor;
default: boolean;
};
password: {
type: import('vue').PropType<any>;
};
passwordc: {
type: import('vue').PropType<any>;
};
}>> & Readonly<{
onSubmit?: ((...args: any[]) => any) | undefined;
"onUpdate:password"?: ((value: any) => any) | undefined;
"onUpdate:passwordc"?: ((value: any) => any) | undefined;
}>, {
loading: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLFormElement>;
export default _default;