UNPKG

@tomino/dynamic-form-semantic-ui

Version:

Semantic UI form renderer based on dynamic form generation

13 lines (12 loc) 277 B
/// <reference types="react" /> declare type Props = { icon: string; thumbnail: { dark?: string; light?: string; }; title?: string; theme: any; }; export declare const ToolIcon: ({ icon, thumbnail, title }: Props) => JSX.Element; export {};