UNPKG

tdesign-mobile-vue

Version:
28 lines (27 loc) 637 B
import { TdOverlayProps } from './type'; import { PropType } from 'vue'; declare const _default: { backgroundColor: { type: StringConstructor; default: string; }; customStyle: { type: StringConstructor; default: string; }; duration: { type: NumberConstructor; default: number; }; preventScrollThrough: { type: BooleanConstructor; default: boolean; }; visible: BooleanConstructor; zIndex: { type: NumberConstructor; default: number; }; onClick: PropType<TdOverlayProps['onClick']>; }; export default _default;