UNPKG

tdesign-vue

Version:
10 lines (9 loc) 262 B
import { TdLayoutProps } from './type'; import { PropType } from 'vue'; declare const _default: { direction: { type: PropType<"vertical" | "horizontal">; validator(val: TdLayoutProps['direction']): boolean; }; }; export default _default;