UNPKG

tdesign-vue-next

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