feat(monorepo): migrate to typescript monorepo
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import "react";
|
||||
|
||||
declare module "react" {
|
||||
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
|
||||
tw?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user