UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

23 lines (22 loc) 784 B
export default Form; /** * @deprecated - Components in the legacy folder (/src/legacy) are deprecated. Please use a component from the components folder (/src/components) instead. Legacy components may not follow accessibility standards. **/ declare class Form extends React.PureComponent<any, any, any> { constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; } declare namespace Form { namespace propTypes { let children: PropTypes.Requireable<PropTypes.ReactNodeLike>; let name: PropTypes.Validator<string>; } namespace defaultProps { let children_1: any; export { children_1 as children }; } let displayName: string; } import React from 'react'; import PropTypes from 'prop-types';