UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

41 lines (39 loc) 1.17 kB
import { BtnItem, TableColumnScopeData } from '../../types'; declare const _default: import('vue').DefineComponent<{ button: { type: globalThis.PropType<BtnItem>; default: () => {}; }; size: { type: StringConstructor; }; scope: { type: globalThis.PropType<TableColumnScopeData<any>>; default: () => {}; }; tableColumnSlots: { type: ObjectConstructor; default: () => {}; }; }, () => import("vue/jsx-runtime").JSX.Element | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{ button: { type: globalThis.PropType<BtnItem>; default: () => {}; }; size: { type: StringConstructor; }; scope: { type: globalThis.PropType<TableColumnScopeData<any>>; default: () => {}; }; tableColumnSlots: { type: ObjectConstructor; default: () => {}; }; }>>, { button: BtnItem; scope: TableColumnScopeData<any>; tableColumnSlots: Record<string, any>; }, {}>; export default _default;