@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
13 lines • 444 B
TypeScript
export default ArrowUp;
declare function ArrowUp(props: any): React.JSX.Element;
declare namespace ArrowUp {
namespace propTypes {
let width: PropTypes.Requireable<string>;
let height: PropTypes.Requireable<string>;
let fill: PropTypes.Requireable<string>;
let stroke: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=ArrowUp.d.ts.map