Publish browser method runtime declaration

This commit is contained in:
Timothy J. Aveni
2026-07-18 12:11:20 -07:00
parent b1d0667045
commit 8fc1060b65
+6
View File
@@ -470,6 +470,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami
forObject: ForObject;
} & RenderProps & ReactComponentHostProps<Action>) => any;
export const callObjectMethod: <Result = unknown>(
object: ObjectRef<string>,
methodName: string,
input?: Record<string, unknown>,
) => Promise<Result>;
export const h: (...args: any[]) => any;
export const useLiveField: <T>(
field: LiveFieldProp<T>,