@tomino/dynamic-form-semantic-ui
Version:
Semantic UI form renderer based on dynamic form generation
8 lines (7 loc) • 298 B
TypeScript
import * as React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
import { SemanticICONS } from 'semantic-ui-react/dist/commonjs/generic';
export declare type IconProps = {
name: SemanticICONS;
};
export declare const IconView: React.FC<FormComponentProps<IconProps>>;