UNPKG

@retriever-ui/system

Version:
31 lines (30 loc) 1.52 kB
export type { PseudosProps } from '../pseudos'; export { default as pseudos } from '../pseudos'; export type { Responsive, ResponsiveArray, ResponsiveObject, } from '../utils/responsive'; export { default as responsive } from '../utils/responsive'; export type { AlignmentProps } from './alignment'; export { default as alignment } from './alignment'; export type { BackgroundProps } from './background'; export { default as background } from './background'; export type { BorderProps } from './border'; export { default as border } from './border'; export type { ColorProps } from './color'; export { default as color } from './color'; export type { FlexProps } from './flex'; export { default as flex } from './flex'; export type { GridProps } from './grid'; export { default as grid } from './grid'; export type { InteractionsProps } from './interactions'; export { default as interactions } from './interactions'; export type { LayoutProps } from './layout'; export { default as layout } from './layout'; export type { PositionsProps } from './positions'; export { default as positions } from './positions'; export type { SpacesProps } from './spaces'; export { default as spaces } from './spaces'; export type { StylesProps } from './styles'; export { default as styles, stylesConfig } from './styles'; export type { TransformsProps } from './transforms'; export { default as transforms } from './transforms'; export type { TypographyProps } from './typography'; export { default as typography } from './typography';