UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 317 B
import { WithInstallType } from '../shared'; import _Watermark from './watermark'; import './style'; import { TdWatermarkProps } from './type'; export * from './type'; export declare type WatermarkProps = TdWatermarkProps; export declare const Watermark: WithInstallType<typeof _Watermark>; export default Watermark;