UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

5 lines (4 loc) 175 B
import React from "react"; import { IChildren } from "../../libs/types/IGlobalProps"; declare const Svg: React.FC<React.SVGProps<SVGElement> & IChildren>; export default Svg;