@cimpress/react-components
Version:
React components to support the MCP styleguide
7 lines • 337 B
TypeScript
import React, { SVGProps } from 'react';
export interface CalendarProps extends SVGProps<SVGSVGElement> {
/** The width and height properties of the circle's svg, defaults to '14'. */
width?: number;
}
export declare const Calendar: ({ width, ...rest }: CalendarProps) => React.JSX.Element;
//# sourceMappingURL=Calendar.d.ts.map