module fb { export interface IFbFormInputScope extends IFbFormCommonScope{ label: string; inputType: string; type: string; placeholder: string; required: boolean; noLabel: boolean; readonly: boolean; fbType: string; } }