/** * @title: 获取背景色 * @description: * @param {string} colors * @return {*} * @Author: WangHan * @Date: 2025-01-11 22:44 */ export declare const formatBackgroundColors: (colors: string[]) => string; /** * @title: 获取可用的 schedule * @description: * @param {any} schedule * @return {*} * @Author: zhiwei.Wang * @Date: 2024-03-05 18:05 */ export declare const getUsableSchedules: (schedule: any) => boolean; /** * @title: 获取 schedules 的所有颜色 * @description: * @param {any} schedules * @return {*} * @Author: zhiwei.Wang * @Date: 2024-03-05 18:02 */ export declare const getScheduleColors: (schedules: any[]) => string; /** * @title: 格式化日期头部日期显示 * @description: * @param {string} dateString * @return {*} * @Author: WangHan * @Date: 2025-01-12 11:55 */ export declare const formatMonthDisplay: (dateString: string) => string; /** * @title: 资源名称 * @description: * @param {any} data * @return {*} * @Author: WangHan * @Date: 2025-02-11 13:39 */ export declare const resourceTitle: (data: any) => any;