5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
export type InputNumberMessages = {
|
|
clear: string;
|
|
loading: string;
|
|
};
|