UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

7 lines (6 loc) 284 B
import { AdaptiveSidebarProps } from "../adaptive-sidebar.component"; export declare const getColors: (backgroundColor: AdaptiveSidebarProps["backgroundColor"]) => { "background-color": string; color: string; }; export declare const kebabToCamelCase: (str: string) => string;