Publish browser method runtime declaration
This commit is contained in:
Vendored
+6
@@ -470,6 +470,12 @@ const reactRuntimeDeclaration = `${generatedWarning}declare module "@quixos/cami
|
|||||||
forObject: ForObject;
|
forObject: ForObject;
|
||||||
} & RenderProps & ReactComponentHostProps<Action>) => any;
|
} & 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 h: (...args: any[]) => any;
|
||||||
export const useLiveField: <T>(
|
export const useLiveField: <T>(
|
||||||
field: LiveFieldProp<T>,
|
field: LiveFieldProp<T>,
|
||||||
|
|||||||
Reference in New Issue
Block a user