UNPKG

@ntragas/pouncejstest

Version:

A collection of UI components from Panther labs

6 lines (5 loc) 229 B
import { LinkProps } from './Link'; import { BoxProps } from '../Box'; declare type UseLinkStyles = Pick<LinkProps, 'variant'>; declare const useLinkStyles: ({ variant }: UseLinkStyles) => BoxProps; export default useLinkStyles;