UNPKG

press-tdesign-vue-next

Version:
11 lines (10 loc) 515 B
import { ISidebarItem } from './types'; type Props = { item: ISidebarItem; }; declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { clickSidebar: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{ onClickSidebar?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;