@shopify/polaris
Version:
Shopify’s admin product component library
6 lines • 361 B
TypeScript
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