UNPKG

@teamsparta/stack-divider

Version:
17 lines (14 loc) 581 B
import * as _emotion_styled from '@emotion/styled'; import * as react from 'react'; import * as _emotion_react from '@emotion/react'; import { Orientations } from './Divider.mjs'; declare const StyledDivider: _emotion_styled.StyledComponent<{ theme?: _emotion_react.Theme | undefined; as?: react.ElementType<any, keyof react.JSX.IntrinsicElements> | undefined; } & { size: number; color: string; orientation: Orientations; isFlexItem: boolean; }, react.DetailedHTMLProps<react.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>; export { StyledDivider };