unis_crm/frontend1/node_modules/@rc-component/portal/lib/Context.d.ts

5 lines
187 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import * as React from 'react';
export declare type QueueCreate = (appendFunc: VoidFunction) => void;
declare const OrderContext: React.Context<QueueCreate>;
export default OrderContext;