MCPcopy
hub / github.com/rjsf-team/react-jsonschema-form / ChakraUiSchema

Interface ChakraUiSchema

packages/chakra-ui/src/utils.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6const { isValidProperty } = defaultSystem;
7
8export interface ChakraUiSchema extends Omit<UiSchema, 'ui:options'> {
9 'ui:options'?: ChakraUiOptions;
10}
11
12type ChakraUiOptions = UiSchema['ui:options'] & { chakra?: ChakraField.RootProps };
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…