@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 326 B
TypeScript
import { CombinedRefs, PopoverProps } from "./Popover.types.js";
import * as _$react from "react";
//#region src/components/Popover/Popover.d.ts
declare const Popover: _$react.ForwardRefExoticComponent<PopoverProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { Popover };
//# sourceMappingURL=Popover.d.ts.map