UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 212 B
import React from 'react'; import { IconWithStyleTypeProps } from '../../types'; declare const CheckmarkIcon: ({ styleType, ...props }: IconWithStyleTypeProps) => React.JSX.Element; export default CheckmarkIcon;