UNPKG

tdesign-mobile-vue

Version:
8 lines (7 loc) 277 B
import _Overlay from './overlay'; import { WithInstallType } from '../shared'; import { TdOverlayProps } from './type'; import './style'; export declare type OverlayProps = TdOverlayProps; export declare const Overlay: WithInstallType<typeof _Overlay>; export default Overlay;