@hhgtech/hhg-components
Version:
Hello Health Group common components
7 lines (6 loc) • 348 B
TypeScript
import * as React from 'react';
type FormatType = React.ReactText | React.ReactElement;
export declare const WhiteSpaceChar = " ";
declare function format(text: string, params: Record<string, FormatType>): string;
declare function format(text: string, params: Record<string, FormatType>): string | React.ReactElement;
export { format };