@cimpress/react-components
Version:
React components to support the MCP styleguide
9 lines • 375 B
TypeScript
import React from '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) => React.JSX.Element;
//# sourceMappingURL=Hamburger.d.ts.map