Browse Source

KERNEL-7826 refactor: 通用属性定义

es6
Kira 3 years ago
parent
commit
f48168f47c
  1. 4
      typescript/shims-tsx.ts

4
typescript/shims-tsx.ts

@ -1,8 +1,8 @@
declare const React: any;
interface UIProps {
width: number;
height: number;
width: number | string;
height: number | string;
top: number;
left: number;
bottom: number;

Loading…
Cancel
Save