declare module fb { interface IFbFlexItemScope extends ng.IScope, fb.IFlexItemAttributes { flexAttributes: fb.IFlexItemAttributes; showSettings: boolean; } interface IFlexItemAttributes extends Object { order: number; flexGrow: number; flexShrink: number; flexBasis: string; alignSelf: string; width?: string; height?: string; } }