UNPKG

@heycar-uikit/core

Version:
20 lines (19 loc) 705 B
/// <reference types="react" /> import React from 'react'; declare const FormControl: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & { children?: React.ReactNode; fullWidth?: boolean | undefined; disabled?: boolean | undefined; filled?: boolean | undefined; focused?: boolean | undefined; error?: React.ReactNode; hint?: React.ReactNode; label?: React.ReactNode; leftIcon?: React.ReactNode; rightAddons?: React.ReactNode; rightIcon?: React.ReactNode; bottomAddons?: React.ReactNode; className?: string | undefined; dataTestId?: string | undefined; } & React.RefAttributes<HTMLDivElement>>; export { FormControl as default };