fix layout and add css styling for flex item (#2231)

This commit is contained in:
Abbie Petchtes
2018-08-14 15:33:03 -07:00
committed by GitHub
parent d9134d6085
commit 298ddc4195
5 changed files with 13 additions and 4 deletions

View File

@@ -270,6 +270,10 @@ declare module 'sqlops' {
* Default is "1 1 auto".
*/
flex?: string;
/**
* Matches the CSS style key and its available values.
*/
CSSStyles?: { [key: string]: string }
}
export interface FormItemLayout {