Files
community-rule/app/components/Tooltip/index.tsx
T
2026-02-02 09:24:03 -07:00

3 lines
100 B
TypeScript

export { default } from "./Tooltip.container";
export type { TooltipProps } from "./Tooltip.types";