@lunit/oui
Version:
Lunit Oncology UI components
7 lines (6 loc) • 474 B
TypeScript
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, };