UNPKG

polaris-glints

Version:

Glints forked polaris react

12 lines (11 loc) 333 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 {}; //# sourceMappingURL=context.d.ts.map