/**
 * title: 日程精度(precision)
 * description: 默认日程的精度为15分钟（不足15分钟的时间点向前取整，你可以调整精度查看日程的结束时间，以及日程并行的排列方式）
 */
declare const Demo4: () => import("react/jsx-runtime").JSX.Element;
export default Demo4;
