mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-14 09:11:44 -05:00
10 lines
189 B
TypeScript
10 lines
189 B
TypeScript
/// <reference types="react-scripts" />
|
|
|
|
declare module "*.png" {
|
|
const value: any
|
|
export = value
|
|
}
|
|
|
|
declare module "@sendou/react-sketch"
|
|
declare module "react-super-responsive-table"
|