UNPKG

hcmstorybook

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

7 lines (6 loc) 201 B
/// <reference types="react" /> import './GenericIconButton.css'; /** * IconButton UI component for user interaction */ export declare const GenericIconButton: ({ image }: any) => JSX.Element;