mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
declare module "scale-that-svg" {
|
|
const noTypesYet: any;
|
|
export default noTypesYet;
|
|
}
|