UNPKG

@wulperstudio/cms

Version:
8 lines (7 loc) 153 B
import { ReactNode } from 'react'; export interface WaterMarkModel { children: ReactNode; width: number; height: number; mark: string; }