cherry-styled-components
Version:
Cherry is a design system for the modern web. Designed in Figma, built in React using Typescript.
16 lines (15 loc) • 410 B
text/typescript
export * from "./styled-components";
export * from "./utils";
export * from "./box";
export * from "./button";
export * from "./col";
export * from "./container";
export * from "./flex";
export * from "./grid";
export * from "./input";
export * from "./max-width";
export * from "./range";
export * from "./select";
export * from "./space";
export * from "./textarea";
export * from "./toggle";