UNPKG

187 BTypeScriptView Raw
1import * as React from 'react';
2export declare type QueueCreate = (appendFunc: VoidFunction) => void;
3declare const OrderContext: React.Context<QueueCreate>;
4export default OrderContext;