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