UNPKG

@rc-component/portal

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