6 lines
433 B
TypeScript
6 lines
433 B
TypeScript
|
|
export declare const waitToLoadReact: () => void;
|
||
|
|
export declare const react$: (selector: string, props: Record<string, unknown>, state: Record<string, unknown>, reactElement?: HTMLElement) => HTMLElement | {
|
||
|
|
message: string;
|
||
|
|
} | null;
|
||
|
|
export declare const react$$: (selector: string, props: Record<string, unknown>, state: Record<string, unknown>, reactElement?: HTMLElement) => HTMLElement[];
|
||
|
|
//# sourceMappingURL=resq.d.ts.map
|