homehui
Version:
Vue3 二次封装基础组件文档
30 lines (29 loc) • 1.64 kB
TypeScript
declare const HSearchForm: ({
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/index.vue').ProTableProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
searchParam: {
[key: string]: any;
};
columns: import('../pro-table/interface').ColumnProps<any>[];
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<import('./src/index.vue').ProTableProps> & Readonly<{}>, {}, {}, {}, {}, {
searchParam: {
[key: string]: any;
};
columns: import('../pro-table/interface').ColumnProps<any>[];
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import('vue').ComponentOptionsBase<Readonly<import('./src/index.vue').ProTableProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
searchParam: {
[key: string]: any;
};
columns: import('../pro-table/interface').ColumnProps<any>[];
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
export default HSearchForm;