Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

resq.d.ts 390B

123456
  1. export declare const waitToLoadReact: () => void;
  2. export declare const react$: (selector: string, props: any[], state: Record<string, any>, reactElement: HTMLElement) => HTMLElement | {
  3. message: string;
  4. } | null;
  5. export declare const react$$: (selector: string, props: any[], state: Record<string, string>, reactElement: HTMLElement) => HTMLElement[];
  6. //# sourceMappingURL=resq.d.ts.map