UNPKG

carbon-react

Version:

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

6 lines (5 loc) 225 B
import { TextboxProps } from "../textbox.component"; declare const StyledPrefix: import("styled-components").StyledComponent<"span", any, { size: NonNullable<TextboxProps["size"]>; }, never>; export default StyledPrefix;