UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

7 lines (6 loc) 295 B
import { ViewProps } from "@vnxjs/components/types/View"; import { PropsWithChildren } from "react"; interface TimelineConnectorProps extends PropsWithChildren<ViewProps> { } declare function TimelineConnector(props: TimelineConnectorProps): JSX.Element; export default TimelineConnector;