UNPKG

362 BTypeScriptView Raw
1import React from 'react';
2export declare const Separator: import("@emotion/styled-base").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, SeparatorProps, import("@storybook/theming").Theme>;
3export declare const interleaveSeparators: (list: any[]) => any;
4export interface SeparatorProps {
5 force?: boolean;
6}