Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/forms / build / dist / src / new-forms / plugins / LabelPlugin.d.ts
Size: Mime:
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;