UNPKG

ui-complex

Version:

8 lines (6 loc) 212 B
import { default as React } from 'react'; interface IProps { style?: React.CSSProperties | undefined; } export declare const Gantt: ({ style }: IProps) => import("react/jsx-runtime").JSX.Element; export {};