module fb { export interface IFbFormTextareaScope extends fb.IFbFormCommonScope { label: string; textareaType: string; type: string; placeholder: string; required: boolean; autofocus: string; disabled: string; maxlength: string; readonly: string; rows: string; spellcheck: string; wrap: string; noLabel: string; } }