Repository URL to install this package:
|
Version:
2.1.2-perf.5 ▾
|
import { InputChain } from '../../InputChain';
declare class LabelInput extends InputChain {
static isSatisfiedByProps(props: any): boolean;
render(): JSX.Element;
}
export { LabelInput };
export default LabelInput;