Files
community-rule/app/components/navigation/Link/index.tsx
T
2026-04-25 17:57:58 -06:00

8 lines
239 B
TypeScript

export { default } from "./Link.container";
export type { LinkProps, LinkTypeValue, LinkVariantValue, LinkThemeValue } from "./Link.types";
export {
LINK_TYPE_OPTIONS,
LINK_VARIANT_OPTIONS,
LINK_THEME_OPTIONS,
} from "./Link.types";