UNPKG

phx-react

Version:

PHX REACT

6 lines (5 loc) 388 B
import { Responsive } from '../components/types'; export declare const encryptDataSync: (data: any) => string; export declare const decryptCookie: (encryptedJson: string) => any; export declare function unaccentValue(rawValue: string): string; export declare const getResponsiveClass: <T extends string | number>(prefix: string, value?: Responsive<T>, map?: Record<T, string>) => string;