tdesign-mobile-vue
Version:
tdesign-mobile-vue
15 lines (14 loc) • 352 B
TypeScript
import { PropType } from 'vue';
declare const _default: {
bordered: BooleanConstructor;
theme: {
type: PropType<"card" | "default">;
default: "card" | "default";
validator(val: "card" | "default"): boolean;
};
title: {
type: StringConstructor;
default: string;
};
};
export default _default;