@devgateway/dvz-ui-react
Version:
A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.
6 lines (5 loc) • 341 B
TypeScript
export declare const toBoolean: (value: any) => boolean;
export declare const toNumber: (value: any) => number;
export declare const uriStringToArray: (value: string | string[]) => any[];
export declare const decodeHtmlEntitiesToText: (html: string) => string | null;
export declare const decodeHtmlEntitiesToHtml: (html: string) => string;