UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

5 lines 220 B
import * as React from 'react'; export declare const ApplicationLauncherContext: React.Context<{ onFavorite: (itemId: string, isFavorite: boolean) => void; }>; //# sourceMappingURL=ApplicationLauncherContext.d.ts.map