UNPKG

drf-react-by-schema

Version:

Components and Tools for building a React App having Django Rest Framework (DRF) as server

10 lines 283 B
declare module 'string-mask' { interface StringMask { new (pattern: string | undefined, options?: any): { apply: (value: string) => string; }; } const stringMask: StringMask; export = stringMask; } //# sourceMappingURL=string-mask.d.ts.map