backpack-ui
Version:
Lonely Planet's Components
12 lines (9 loc) • 388 B
JavaScript
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";