UNPKG

@fesjs/fes-design

Version:
69 lines (68 loc) 2.14 kB
import { type PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../_util/interface'; type SpinSize = 'small' | 'middle' | 'large'; export declare const spinProps: { readonly size: { readonly type: PropType<SpinSize>; readonly default: "middle"; }; readonly description: { readonly type: StringConstructor; }; readonly stroke: { readonly type: StringConstructor; }; readonly delay: { readonly type: NumberConstructor; readonly default: 0; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; }; export type SpinProps = ExtractPublicPropTypes<typeof spinProps>; declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly size: { readonly type: PropType<SpinSize>; readonly default: "middle"; }; readonly description: { readonly type: StringConstructor; }; readonly stroke: { readonly type: StringConstructor; }; readonly delay: { readonly type: NumberConstructor; readonly default: 0; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly size: { readonly type: PropType<SpinSize>; readonly default: "middle"; }; readonly description: { readonly type: StringConstructor; }; readonly stroke: { readonly type: StringConstructor; }; readonly delay: { readonly type: NumberConstructor; readonly default: 0; }; readonly show: { readonly type: BooleanConstructor; readonly default: true; }; }>> & Readonly<{}>, { readonly size: SpinSize; readonly show: boolean; readonly delay: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;