UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

7 lines (6 loc) 474 B
import palette, { type LunitPalette } from './palette'; import typography, { type LunitTypographyPropsVariantOverrides, type LunitTypographyVariants, type LunitTypographyVariantsOptions } from './typography'; import spacing from './spacing'; import { subScrollbarWidth } from './styles'; export { palette, typography, spacing, subScrollbarWidth }; export type { LunitPalette, LunitTypographyPropsVariantOverrides, LunitTypographyVariants, LunitTypographyVariantsOptions, };