@cimpress/react-components
Version:
React components to support the MCP styleguide
11 lines • 457 B
TypeScript
/// <reference types="react" />
export interface CloseProps {
/** Width of the Close shape, defaults to '32px'. */
width?: string;
/** Color of the Close shape, defaults to 'teal.base'. */
color?: string;
/** If true, the Close shape will be cropped to 16x16px. Defaults to false. */
cropped?: boolean;
}
export declare const Close: ({ width, color, cropped, ...rest }: CloseProps) => JSX.Element;
//# sourceMappingURL=Close.d.ts.map