UNPKG

@nu-art/thunder

Version:

Thunder - React & Typescript based frontend framework

9 lines (8 loc) 222 B
/// <reference types="react" /> export declare const ActionButton: (props: { action: string | (() => void); icon: string; classCss?: string | { [key: string]: any; } | undefined; }) => JSX.Element;