UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines 361 B
import React from 'react'; import type { LinkLikeComponentProps } from '../../utilities/link'; export interface UnstyledLinkProps extends LinkLikeComponentProps { } export declare const UnstyledLink: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<UnstyledLinkProps, "ref"> & React.RefAttributes<any>>>; //# sourceMappingURL=UnstyledLink.d.ts.map