UNPKG

tdesign-mobile-vue

Version:
12 lines (11 loc) 260 B
export interface TdOverlayProps { backgroundColor?: string; customStyle?: string; duration?: number; preventScrollThrough?: boolean; visible?: boolean; zIndex?: number; onClick?: (context: { e: MouseEvent; }) => void; }