xuquan-nikkkki_FolderFile-S.../custom.d.ts

9 lines
152 B
TypeScript
Raw Permalink Normal View History

import "react";
declare module "react" {
interface StyleHTMLAttributes<T> extends React.HTMLAttributes<T> {
jsx?: boolean;
global?: boolean;
}
}