TYPESCRIPT context.ts
import { createContext } from '@wordpress/element';
import { LabelPurchaseContextType } from './types';
export const LabelPurchaseContext = createContext< LabelPurchaseContextType >(
{} as LabelPurchaseContextType
);
import { createContext } from '@wordpress/element';
import { LabelPurchaseContextType } from './types';
export const LabelPurchaseContext = createContext< LabelPurchaseContextType >(
{} as LabelPurchaseContextType
);