UNPKG

@cainiaofe/cn-ui-m

Version:
4 lines (3 loc) 227 B
import type { IRequestConfig } from "../../../types"; import type { ICnAsyncSelectRequestConfig } from './i-cn-asyncSelect-request-config'; export type CnAsyncSelectRequestConfig = IRequestConfig & ICnAsyncSelectRequestConfig;