UNPKG

tdesign-mobile-vue

Version:
15 lines (14 loc) 352 B
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;