UNPKG

@vnmfify/core

Version:

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

8 lines (7 loc) 293 B
import { ViewProps } from "@vnxjs/components/types/View"; import { ReactNode } from "react"; export interface SwiperIndicatorProps extends ViewProps { className?: string; children?: ReactNode; } export default function SwiperIndicator(props: SwiperIndicatorProps): JSX.Element;