UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

9 lines (8 loc) 244 B
import { HTMLAttributes } from 'react'; export interface LinkProps extends HTMLAttributes<HTMLAnchorElement> { /** * Accepts a subset of AND Digital brand colors. * @default 'colors.charcoal' */ color?: string; }