UNPKG

@redocly/portal-legacy-ui

Version:

Library of legacy portal UI components

11 lines (10 loc) 474 B
import React from 'react'; import type { FlexboxProps, WidthProps } from 'styled-system'; export interface FlexProps extends FlexboxProps, WidthProps { } export declare const Flex: import("styled-components").StyledComponent<"div", any, { 'data-component-name': string; } & import("./Box").BoxProps & { 'data-component-name': string; } & FlexProps, "data-component-name">; export declare function FlexSection(props: React.PropsWithChildren<FlexProps>): JSX.Element;