UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

4 lines 285 B
import { HTMLAttributes } from 'react'; export declare type SeparatorProps = HTMLAttributes<HTMLHRElement>; export declare const Separator: import("react").ForwardRefExoticComponent<SeparatorProps & import("react").RefAttributes<HTMLHRElement>>; //# sourceMappingURL=separator.d.ts.map