geosphere-maps/public/assets/text-area/t9n/index.d.ts

5 lines
74 B
TypeScript
Raw Permalink Normal View History

2023-09-22 09:33:13 +00:00
export type TextAreaMessages = {
invalid: string;
tooLong: string;
};