UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

4 lines 230 B
declare function getGraphemeCountModern(text: string): number; /** Returns the number of graphemes (basically characters) present in {@link text}. */ export declare const getGraphemeCount: typeof getGraphemeCountModern; export {};