import { type LinkRootCommonProps, type LinkRootOptions, type LinkRootProps, type LinkRootRenderProps, LinkRoot as Root, } from "./link-root"; export type { LinkRootOptions, LinkRootCommonProps, LinkRootRenderProps, LinkRootProps, }; export { Root }; export const Link = Root;