UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 312 B
import { InputBoxColorModel } from './InputBoxColor.types'; declare const InputBoxColor: ({ active, colorDefault, colorSelected, size, RootProps, variant, label, backgroundColor, borderColor, bodyProps, labelProps, }: InputBoxColorModel) => import("react/jsx-runtime").JSX.Element; export default InputBoxColor;