UNPKG

polaris-glints

Version:

Glints forked polaris react

9 lines (8 loc) 324 B
/// <reference types="react" /> export interface FocusManagerContextType { trapFocusList: string[]; add: (id: string) => void; remove: (id: string) => boolean; } export declare const FocusManagerContext: import("react").Context<FocusManagerContextType | undefined>; //# sourceMappingURL=context.d.ts.map