UNPKG

nice-ui

Version:

React design system, components, and utilities

9 lines (8 loc) 206 B
import * as React from 'react'; export interface Props { invisible?: boolean; contrast?: boolean; height?: number; grey?: boolean; } export declare const SeparatorColorful: React.FC<Props>;