tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
14 lines (13 loc) • 420 B
TypeScript
import type { PropType } from 'vue';
export declare const Props: {
readonly header: StringConstructor;
readonly content: {
readonly type: PropType<any[]>;
readonly default: () => any[];
};
readonly keys: StringConstructor;
readonly footer: StringConstructor;
readonly zebra: BooleanConstructor;
readonly num: BooleanConstructor;
readonly hoverShow: BooleanConstructor;
};