UNPKG

@ovine/core

Version:

Build flexible admin system with json.

11 lines (10 loc) 356 B
import { RendererProps } from 'amis/lib/factory'; import React from 'react'; export declare const addLibRenderer: (key: string, renderer: (props: RendererProps) => any) => void; declare type Props = RendererProps & { renderer?: string; }; export declare class LibRenderer extends React.Component<Props> { render(): JSX.Element | null; } export {};