@shopify/polaris
Version:
Shopify’s admin product component library
12 lines (11 loc) • 333 B
TypeScript
/// <reference types="react" />
interface MappedActionContextType {
role?: string;
url?: string;
external?: boolean;
onAction?(): void;
destructive?: boolean;
}
export declare const MappedActionContext: import("react").Context<MappedActionContextType>;
export {};
//# sourceMappingURL=context.d.ts.map