/** * 从头开始,最大截取多少个字符串 * @param str * @param len 最大截取多少个字符串 * @param isSpot 是否带 ... */ export declare const maxSubstrWord: (str: string, len?: number, isSpot?: boolean) => string; //# sourceMappingURL=maxSubstrWord.d.ts.map