UNPKG

araya-styled-comp-lib

Version:

mark 1 react component library styled component

5 lines (4 loc) 179 B
import React from 'react'; import { IconProps } from '../../types'; declare const SVGWrapper: ({ children, ...props }: IconProps) => React.JSX.Element; export default SVGWrapper;