romaine-components
Version:
Component library for use with romaine
14 lines • 666 B
TypeScript
import React from "react";
/**
* @todo
* 1) Need the ability to change angle for rotation
* 1) Need to add angle of rotation to the Romaine context and create a reducer helper to change value
*
*
* This needs to be done in romaine not romaine-components (here)
* 2) Need to dynamically add an input that can change the angle of rotation
* @copyright The SVG comes from: Ant Design Icons https://github.com/ant-design/ant-design-icons
* @license MIT
*/
export declare const RotateLeft: (props: React.DetailedHTMLProps<React.HTMLAttributes<HTMLButtonElement>, HTMLButtonElement>) => JSX.Element;
//# sourceMappingURL=RotateLeft.d.ts.map