@spicy-ui/core
Version:
A themable and extensible React UI library, ready to use out of the box
6 lines (5 loc) • 313 B
TypeScript
import { ExtendedFlexboxProps } from '@spicy-ui/styled-system';
import { BoxProps } from '../Box';
export interface FlexProps extends BoxProps, ExtendedFlexboxProps {
}
export declare const Flex: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, FlexProps, never>;