UNPKG

@patternfly/react-core

Version:

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

7 lines (5 loc) 223 B
import * as React from 'react'; export const ApplicationLauncherContext = React.createContext({ // eslint-disable-next-line @typescript-eslint/no-unused-vars onFavorite: (itemId: string, isFavorite: boolean) => {} });