mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
20 lines
413 B
TypeScript
20 lines
413 B
TypeScript
import default_tooltip from "./default";
|
|
import rounded from "./rounded";
|
|
import color from "./color";
|
|
import textColor from "./textColor";
|
|
import trigger from "./trigger";
|
|
import placement from "./placement";
|
|
import noArrow from "./noArrow";
|
|
import customContent from "./customContent";
|
|
|
|
export default {
|
|
default_tooltip,
|
|
rounded,
|
|
color,
|
|
textColor,
|
|
trigger,
|
|
placement,
|
|
noArrow,
|
|
customContent,
|
|
};
|