UNPKG

@tplc/wot

Version:

27 lines (26 loc) 498 B
import type { ExtractPropTypes } from 'vue' export declare const colProps: { /** * 列元素宽度 */ span: { type: NumberConstructor default: number } /** * 列元素偏移距离 */ offset: { type: NumberConstructor default: number } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } } export type ColProps = ExtractPropTypes<typeof colProps>