@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
18 lines (17 loc) • 1.17 kB
TypeScript
export { Box, type BoxProps } from './components/box';
export { Inline, type InlineProps } from './components/inline';
export { Stack, type StackProps } from './components/stack';
export { Flex, type FlexProps } from './components/flex';
export { Grid, type GridProps } from './components/grid';
export { Bleed, type BleedProps } from './components/bleed';
export { Text, type TextProps } from './components/text';
export { MetricText, type MetricTextProps } from './components/metric-text';
export { Pressable, type PressableProps } from './components/pressable';
export { Anchor, type AnchorProps } from './components/anchor';
export { media, type Breakpoint, type MediaQuery, UNSAFE_useMediaQuery, Show, Hide, } from './responsive';
export { Focusable } from './components/focusable';
export type { FocusableProps } from './components/focusable';
export { useSurface as UNSAFE_useSurface } from '../utils/surface-provider';
export { SurfaceContext as UNSAFE_SurfaceContext } from '../utils/surface-context';
export type { BackgroundColorToken as BackgroundColor } from '../utils/types';
export type { PositiveSpaceToken as Space, TextColor } from './components/types';