7 lines
120 B
TypeScript
7 lines
120 B
TypeScript
declare const _exports: {
|
|
'Type something': string;
|
|
pencil: string;
|
|
Quadrate: string;
|
|
};
|
|
export = _exports;
|