@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
23 lines (22 loc) • 916 B
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<{
title: {
type: PropType<string | ((data: Recordable) => string)>;
};
getSelectRows: {
type: PropType<() => Recordable[]>;
};
helpMessage: {
type: PropType<string | string[]>;
};
prefixCls: StringConstructor;
}, {
getTitle: import("vue").ComputedRef<string | ((data: Recordable) => string)>;
prefixClsNew: import("vue").ComputedRef<string>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {
title?: string | ((data: Recordable) => string);
prefixCls?: string;
helpMessage?: string | string[];
getSelectRows?: () => Recordable[];
}>, {}>;
export default _default;