UNPKG

@yosgo/swap-ui

Version:
10 lines (9 loc) 316 B
/// <reference types="react" /> import { SelectProps } from "@material-ui/core"; export interface DropdownProps extends SelectProps { width?: number | string; height?: number; helperText?: React.ReactNode; helperTextStyle?: React.CSSProperties; formControlStyle?: React.CSSProperties; }