Browse Source

无JIRA absolute支持inset shorthand

es6
zsmj 2 years ago
parent
commit
cd4e791f43
  1. 1
      typescript/shims-tsx.ts

1
typescript/shims-tsx.ts

@ -13,6 +13,7 @@ interface UIProps {
bgap: number;
vgap: number;
hgap: number;
inset: number | string;
}
// 一些布局的附加属性

Loading…
Cancel
Save