8 lines
245 B
TypeScript
8 lines
245 B
TypeScript
import { PolymorphicComponent } from '../utils/PolymorphicComponent';
|
|
import { PopperTypeMap } from './BasePopper.types';
|
|
/**
|
|
* @ignore - internal component.
|
|
*/
|
|
declare const Popper: PolymorphicComponent<PopperTypeMap>;
|
|
export default Popper;
|