UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

19 lines (18 loc) 824 B
import { ExtractPropTypes, PropType } from 'vue'; export declare const loadingBtnProps: { readonly type: { readonly type: PropType<"" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger" | "colour-1" | "colour-2" | "colour-3" | "colour-4" | "colour-5" | "colour-6" | "colour-7" | "colour-8" | "colour-9" | "colour-10" | "colour-11" | "colour-12">; readonly default: "colour-10"; }; readonly confirmCallBack: { readonly type: FunctionConstructor; readonly default: null; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; }; export type LoadingBtnProps = ExtractPropTypes<typeof loadingBtnProps>; export declare const loadingBtnEmits: {}; export type LoadingBtnEmits = typeof loadingBtnEmits;