Files
planet/frontend/node_modules/@rc-component/portal/es/Context.d.ts
2026-03-05 11:46:58 +08:00

5 lines
187 B
TypeScript

import * as React from 'react';
export declare type QueueCreate = (appendFunc: VoidFunction) => void;
declare const OrderContext: React.Context<QueueCreate>;
export default OrderContext;