UNPKG

@charan379/react-svg-icons

Version:

This is a component library package for react based applications.

7 lines (6 loc) 174 B
import React from "react"; import "./Button.css"; export interface ButtonProps { label: string; } export declare const Button: (props: ButtonProps) => React.JSX.Element;