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>

26 lines (25 loc) 957 B
declare const _default: import('vue').DefineComponent<{ column: { type: globalThis.PropType<import('index').TableCol<any>>; default: () => {}; }; tableProps: { type: globalThis.PropType<import('./props').ITableProps>; default: () => {}; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "radio-change"[], "radio-change", import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{ column: { type: globalThis.PropType<import('index').TableCol<any>>; default: () => {}; }; tableProps: { type: globalThis.PropType<import('./props').ITableProps>; default: () => {}; }; }>> & { "onRadio-change"?: ((...args: any[]) => any) | undefined; }, { column: import('index').TableCol<any>; tableProps: import('./props').ITableProps; }, {}>; export default _default;