@aplus-frontend/ui
Version:
11 lines (10 loc) • 483 B
TypeScript
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
type __VLS_Props = {
size: number;
active?: boolean;
actionButton?: boolean;
};
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
active: boolean;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;