UNPKG

@aplus-frontend/ui

Version:

12 lines (11 loc) 611 B
import { ApColumnTemplate } from '../../..'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { customizeTemplateList: ApColumnTemplate[]; persistenceKey: string; onActiveChange: (nextActiveKey: string) => void; }; declare const _default: DefineComponent<__VLS_Props, { updateActiveKey: (key: string) => void; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;