UNPKG

@spaceone/design-system

Version:
8 lines (7 loc) 141 B
export interface AnchorProps { text?: string; showIcon?: boolean; href?: string; target?: string; highlight?: boolean; }