UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines (5 loc) 328 B
import React from 'react'; import { LinkLikeComponentProps } from '../../utilities/link'; export interface UnstyledLinkProps extends LinkLikeComponentProps { } export declare const UnstyledLink: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<UnstyledLinkProps, string | number> & React.RefAttributes<unknown>>>;