Chika ed0ffc6332 Calculation/Form: rename render function
rename SectionsConfig to FormComponentConfig
export rebass types from UIKit
2022-06-01 19:46:16 +03:00

3 lines
123 B
TypeScript

export { Box, Flex } from 'rebass/styled-components';
export type { BoxProps, FlexProps } from 'rebass/styled-components';