Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
256 Bytes
import type { FC } from 'react';
import React from 'react';
import { DatePicker } from 'antd';
const { _InternalPanelDoNotUseOrYouWillBeFired: PureDatePicker } = DatePicker;
const Demo: FC = () => <PureDatePicker picker="month" />;
export default Demo;