Feature/form improvements (#1707)

* adding more options for form

* added form requied and info for item
This commit is contained in:
Leila Lali
2018-06-21 15:26:52 -07:00
committed by GitHub
parent f5b147ca4b
commit 1871fd383e
4 changed files with 57 additions and 3 deletions

View File

@@ -239,11 +239,15 @@ declare module 'sqlops' {
horizontal?: boolean;
componentWidth?: number | string;
componentHeight?: number | string;
titleFontSize?: number;
required?: boolean;
info?: string;
}
export interface FormLayout {
width?: number | string;
height?: number | string;
padding?: string;
}
export interface GroupLayout {