geosphere-maps/public/assets/action-pad/t9n/index.d.ts

5 lines
75 B
TypeScript
Raw Normal View History

2023-09-22 09:33:13 +00:00
export type ActionPadMessages = {
expand: string;
collapse: string;
};