UNPKG

323 BTypeScriptView Raw
1import * as React from 'react';
2import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
3export interface FormFloatingProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
4}
5declare const FormFloating: BsPrefixRefForwardingComponent<'div', FormFloatingProps>;
6export default FormFloating;