UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

11 lines (10 loc) 294 B
/// <reference types="react" /> interface MappedActionContextType { role?: string; url?: string; external?: boolean; onAction?(): void; destructive?: boolean; } export declare const MappedActionContext: import("react").Context<MappedActionContextType>; export {};