UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 159 B
import { MapLineProps } from './types'; declare const MapLine: ({ ...rest }: MapLineProps) => import("react/jsx-runtime").JSX.Element; export default MapLine;