UNPKG

prp-ui-components

Version:

Package for use components of Pratica Plataforms

7 lines (6 loc) 266 B
export declare const handleProtheusDateToDate: (date?: string | null) => Date | null; export declare const handleDateToProtheusDate: (date: Date) => string; export declare const handleType: (value: any, types: { value: string; label: string; }[]) => string;