UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

8 lines (7 loc) 351 B
import { default as React } from 'react'; import { CreateWuiProps } from '../System'; export interface UniversalLinkOptions { target?: React.HTMLAttributeAnchorTarget; } export type UniversalLinkProps = CreateWuiProps<'a', UniversalLinkOptions>; export declare const UniversalLink: import('../System').CreateWuiComponent<"a", UniversalLinkProps>;