UNPKG

@vnmfify/core

Version:

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

10 lines (9 loc) 374 B
import { PropsWithChildren } from "react"; import { ViewProps } from "@vnxjs/components/types/View"; export interface TimeLineSeparatorProps extends PropsWithChildren<ViewProps> { } declare function TimeLineSeparator(props: TimeLineSeparatorProps): JSX.Element; declare namespace TimeLineSeparator { var displayName: string; } export default TimeLineSeparator;