Repository URL to install this package:
|
Version:
3.1.2 ▾
|
import * as React from 'react';
import { InputProps } from '../inputs';
declare class LabelPlugin extends React.Component<InputProps> {
static isSatisfiedByProps(props: {
type: string;
}): boolean;
render(): JSX.Element;
}
export { LabelPlugin };
export default LabelPlugin;