geosphere-maps/public/assets/action-pad/t9n/index.d.ts
Thomas Fuhrmann 6ab4bb6daa First commit
2023-09-22 11:33:13 +02:00

4 lines
75 B
TypeScript

export type ActionPadMessages = {
expand: string;
collapse: string;
};