import type { AnchorProps, AnchorColorType } from './type';
import A from './A.svelte';
import { anchor } from './theme';
export { A, anchor, type AnchorProps, type AnchorColorType };
