UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

47 lines (46 loc) 2.18 kB
import { default as _SplitButton } from './src/index.vue'; export declare const SplitButton: import('../withInstall').SFCWithInstall<{ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; }, import('vue').PublicProps, { type: "primary" | "warning" | "danger" | "success"; size: "m" | "l" | "xl"; shadow: boolean; items: import('./src/types').Item[]; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { splitButtonEl: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./src/types').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { type: "primary" | "warning" | "danger" | "success"; size: "m" | "l" | "xl"; shadow: boolean; items: import('./src/types').Item[]; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; }, string, { type: "primary" | "warning" | "danger" | "success"; size: "m" | "l" | "xl"; shadow: boolean; items: import('./src/types').Item[]; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; })> & Record<string, any>; export type SplitButtonInstance = InstanceType<typeof _SplitButton>;