feat: full studio build -- light theme, canvas thumbnails, i18n (fa/en)
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
declare module "use-image" {
|
||||
type ImageStatus = "loading" | "loaded" | "failed";
|
||||
|
||||
export default function useImage(
|
||||
url: string,
|
||||
crossOrigin?: string
|
||||
): [HTMLImageElement | undefined, ImageStatus];
|
||||
}
|
||||
Reference in New Issue
Block a user