@tempots/beatui 0.71.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@ import type { SchemaContext } from '../schema-context';
|
|
|
4
4
|
/**
|
|
5
5
|
* Control for null schemas
|
|
6
6
|
*/
|
|
7
|
-
export declare function JSONSchemaNull({ controller, }: {
|
|
7
|
+
export declare function JSONSchemaNull({ ctx, controller, }: {
|
|
8
8
|
ctx: SchemaContext;
|
|
9
9
|
controller: Controller<null>;
|
|
10
10
|
}): Renderable;
|