UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

4 lines (3 loc) 170 B
/// <reference types="react" /> import { LinkLikeComponent } from './types'; export declare const LinkContext: import("react").Context<LinkLikeComponent | undefined>;