press-tdesign-vue-next
Version:
二次封装 tdesign-vue-next
11 lines (10 loc) • 515 B
TypeScript
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;