UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

8 lines 316 B
import { Orientation } from '../types'; declare type SeparatorProps = { size?: string | number; orientation?: Orientation; }; declare const Separator: import("styled-components").StyledComponent<"div", any, SeparatorProps, never>; export { Separator, SeparatorProps }; //# sourceMappingURL=Separator.d.ts.map