geosphere-maps/public/assets/table-cell/t9n/index.d.ts

8 lines
148 B
TypeScript
Raw Normal View History

2023-09-28 11:27:46 +00:00
export type TableCellMessages = {
keyboardDeselect: string;
keyboardSelect: string;
row: string;
selected: string;
unselected: string;
};