UNPKG

@nivo/funnel

Version:
8 lines 351 B
import { SeparatorProps as SeparatorType } from './types'; interface SeparatorsProps { beforeSeparators: SeparatorType[]; afterSeparators: SeparatorType[]; } export declare const Separators: ({ beforeSeparators, afterSeparators }: SeparatorsProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Separators.d.ts.map