UNPKG

@tplc/wot

Version:

20 lines (19 loc) 445 B
import type { ExtractPropTypes } from 'vue' export declare const dividerProps: { /** * 自定义颜色,所有颜色的写法 */ color: { type: import('vue').PropType<string> default: string } customStyle: { type: import('vue').PropType<string> default: string } customClass: { type: import('vue').PropType<string> default: string } } export type DividerProps = ExtractPropTypes<typeof dividerProps>