UNPKG

carpooluikit

Version:
8 lines (7 loc) 261 B
import { SVGAttributes } from "react"; import { DefaultTheme } from "styled-components"; import { SpaceProps } from "styled-system"; export interface SvgProps extends SVGAttributes<HTMLOrSVGElement>, SpaceProps { theme?: DefaultTheme; spin?: boolean; }