UNPKG

@aldabil/react-scheduler

Version:

React scheduler component based on Material-UI & date-fns

7 lines (6 loc) 284 B
import { DefaultResource } from '../../types'; interface WithResourcesProps { renderChildren(resource: DefaultResource): React.ReactNode; } declare const WithResources: ({ renderChildren }: WithResourcesProps) => import("react/jsx-runtime").JSX.Element; export { WithResources };