mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 05:37:28 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import "react";
|
|
|
|
declare module "react" {
|
|
interface StyleHTMLAttributes<T> extends React.HTMLAttributes<T> {
|
|
jsx?: boolean;
|
|
global?: boolean;
|
|
}
|
|
}
|