@mikeheinrich/adobe-xd-design-system
Version:
Adobe XD-based design system with React components and Tailwind CSS
11 lines (10 loc) • 353 B
TypeScript
export * from "./components/button";
export * from "./components/button-group";
export * from "./lib/utils";
export declare const DESIGN_TOKENS: {
readonly BRAND_COLOR: "#d6002a";
readonly PRIMARY_ACTION_COLOR: "#006d89";
readonly PRIMARY_ACTION_HOVER: "#00495b";
readonly BORDER_RADIUS: "2px";
readonly COMPONENT_HEIGHT: "30px";
};