UNPKG

@nivo/funnel

Version:
7 lines 276 B
import { SeparatorProps as SeparatorType } from './types'; interface SeparatorProps { separator: SeparatorType; } export declare const Separator: ({ separator }: SeparatorProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Separator.d.ts.map