8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
export const DEFAULT_NAME = 'Umi Max';
|
|
|
|
export const INPUT_WIDTH = {
|
|
default: 500,
|
|
large: 600,
|
|
small: 400
|
|
};
|