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