@cimpress/react-components
Version:
React components to support the MCP styleguide
9 lines • 374 B
TypeScript
/// <reference types="react" />
export interface HamburgerProps {
/** The width of the Hamburger shape, defaults to '32px'. */
width?: string;
/** The color of the Hamburger shape, defaults to 'teal.base'. */
color?: string;
}
export declare const Hamburger: ({ width, color, ...rest }: HamburgerProps) => JSX.Element;
//# sourceMappingURL=Hamburger.d.ts.map