/** @format */ export interface ExtraStyleProps { children?: any; width?: string; height?: string; color?: string; padding?: string; fontSize?: string; backgroundColor?: string; borderRadius?: string; disabled?: boolean; type?: string; minHeight?: string; fontWeight?: string | number; textAlign?: string; hiddenBorder?: boolean; signedIn?: boolean; onChange?: any; onFocus?: any; open?: boolean; showSmallMenu?: boolean; margin?: string; borderColor?: string; borderWidth?: string; borderStyle?: string; isOpen?: boolean; testAlign?: string; selectedColor?: string; buttonColor?: string; zIndex?: number | string; control?: boolean; active?: boolean; }