📄 FormFloating.d.ts
/home/palash/git/site/node_modules/react-bootstrap/cjs/FormFloating.d.ts
Language: ts • Lines: 6
import * as React from 'react';
import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
export interface FormFloatingProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
}
declare const FormFloating: BsPrefixRefForwardingComponent<'div', FormFloatingProps>;
export default FormFloating;