UNPKG

platina-core

Version:

UI Kit of SberMarketing

4 lines (3 loc) 172 B
import { Types } from './types'; export declare function format(value: string | number | Date, type: Types): string; export declare function escape(value: string): string;