UNPKG

ar-design

Version:

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

11 lines (10 loc) 281 B
import React from "react"; import { Icons } from "../../libs/types"; export declare const ARIcon: React.FC<{ size?: string | number | undefined; icon: Icons; fill?: string; stroke?: string; strokeWidth?: number; style?: React.CSSProperties | undefined; }>;