Repository URL to install this package:
|
Version:
3.0.0-alpha.7 ▾
|
/// <reference types="react" />
import { InputRenderProps } from './typings';
export declare const defaultRender: (props: InputRenderProps) => JSX.Element;
export declare const renderLabelText: (props: InputRenderProps) => JSX.Element;
export declare const renderError: (props: InputRenderProps) => JSX.Element;
/**
* @todo use this for documentation on hover or click to expand
*/
export declare const defaultRenderAfterInput: (props: InputRenderProps) => JSX.Element;
export declare const defaultRenderWrap: (props: InputRenderProps) => JSX.Element;