UNPKG

react-super

Version:
5 lines (4 loc) 187 B
import * as React from 'react'; export declare type QueueCreate = (appendFunc: VoidFunction) => void; declare const OrderContext: React.Context<QueueCreate>; export default OrderContext;