UNPKG

backpack-ui

Version:
12 lines (9 loc) 388 B
import * as fonts from "./fonts"; import * as typography from "./typography"; export { fonts, typography }; export { default as colors } from "./colors"; export { default as dimensions } from "./dimensions"; export { default as mq } from "./mq"; export { default as spacing } from "./spacing"; export { default as timing } from "./timing"; export { default as zIndex } from "./zIndex";