---
title: 自定义Cron
sidemenu: true
---

## 自定义Cron

```tsx
/**
 * background: '#f0f2f5'
 */

import React from 'react';
import CustomCron from '@/components/CustomCron';
export default () => {
  return (
    <div>
      <CustomCron/>
    </div>
  );
};
```

<API src="./index.tsx"></API>
