/** * @fileoverview SkipLink component exports * @module @writenex/astro/client/components/SkipLink */ export type { SkipLinkProps } from "./SkipLink"; export { SkipLink } from "./SkipLink";