UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 458 B
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { active: boolean; header?: boolean; }; declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { header: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;