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/ui / src / forms / form / _elements.d.ts
Size: Mime:
export declare const FormElement: (props: any) => JSX.Element;
/**
 * @todo - <Button> attom !!!!!!!!
 */
export declare const SubmitButton: (props: any) => JSX.Element;
export declare const CancelButton: (props: any) => JSX.Element;