@datalayer/primer-rjsf
Version:
React JSON Schema Form (RJSF) for Primer
6 lines (5 loc) • 346 B
TypeScript
import { FormContextType, RJSFSchema, StrictRJSFSchema } from "@rjsf/utils";
import { ThemeProps } from "@rjsf/core";
export declare function generateTheme<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(): ThemeProps<T, S, F>;
declare const _default: ThemeProps<any, RJSFSchema, any>;
export default _default;