Files
ionic-framework/core/src/components/item/item-interface.ts
2022-04-04 19:38:08 +00:00

2 lines
83 B
TypeScript

export type CounterFormatter = (inputLength: number, maxLength: number) => string;