UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

10 lines (9 loc) 215 B
interface SizesProps { height: string; horizontalPadding: string; } interface InputSizesInterface { [key: string]: SizesProps; } declare const InputSizes: InputSizesInterface; export default InputSizes;