mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
declare module "*.svg"
|
|
declare module "*.png"
|
|
|
|
type ComponentQuery<T> = {
|
|
readonly data: T
|
|
}
|