UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines 370 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>>>; //# sourceMappingURL=UnstyledLink.d.ts.map