UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 153 B
import { MapProps } from './types'; declare const Map: ({ children, ...rest }: MapProps) => import("react/jsx-runtime").JSX.Element; export default Map;