import { IPropsType } from '../utils/props'; /** * 初始化配置信息 * a. 初始话接口请求相关参数 */ export default function useInit(props: IPropsType): void;