first commit
This commit is contained in:
4
frontend/node_modules/@rc-component/portal/lib/Context.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@rc-component/portal/lib/Context.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
export declare type QueueCreate = (appendFunc: VoidFunction) => void;
|
||||
declare const OrderContext: React.Context<QueueCreate>;
|
||||
export default OrderContext;
|
||||
Reference in New Issue
Block a user