mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
2 lines
83 B
TypeScript
2 lines
83 B
TypeScript
export type CounterFormatter = (inputLength: number, maxLength: number) => string;
|