UNPKG

@uozi-admin/curd

Version:
4 lines (3 loc) 205 B
import { CustomRenderArgs } from '../types/props'; export type MaskOptions = Record<string | number, any>; export declare function maskRender(maskOptions: MaskOptions): (options: CustomRenderArgs) => any;