@kiwicom/orbit-components
Version:
<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"
21 lines (18 loc) • 313 B
JavaScript
// @flow
export const ELEMENT_OPTIONS = {
H1: "h1",
H2: "h2",
H3: "h3",
H4: "h4",
H5: "h5",
};
export const TYPE_OPTIONS = {
DISPLAY: "display",
TITLE1: "title1",
TITLE2: "title2",
TITLE3: "title3",
};
export const TOKENS = {
weightHeading: "weightHeading",
sizeHeading: "sizeHeading",
};