UNPKG

@vtex/admin-ui

Version:

> VTEX admin component library

9 lines (8 loc) 303 B
import type { ComponentPropsWithRef } from 'react'; /** * Anchor component * @example * <Anchor href="#">Link to #</Anchor> */ export declare const Anchor: import("@vtex/admin-ui-react").AdminUIJsxElement<"a", {}, {}>; export declare type AnchorProps = ComponentPropsWithRef<typeof Anchor>;