mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
26 lines
563 B
TypeScript
26 lines
563 B
TypeScript
import usage from "./usage";
|
|
import arrow from "./arrow";
|
|
import offset from "./offset";
|
|
import colors from "./colors";
|
|
import openCallback from "./open-callback";
|
|
import variants from "./variants";
|
|
import placements from "./placements";
|
|
import titleProps from "./title-props";
|
|
import withForm from "./with-form";
|
|
import backdrop from "./backdrop";
|
|
import customMotion from "./custom-motion";
|
|
|
|
export const popoverContent = {
|
|
usage,
|
|
arrow,
|
|
offset,
|
|
colors,
|
|
openCallback,
|
|
variants,
|
|
placements,
|
|
titleProps,
|
|
withForm,
|
|
backdrop,
|
|
customMotion,
|
|
};
|