UNPKG

create-rspeedy

Version:

Create Rspeedy-powered ReactLynx apps with one command

15 lines (12 loc) 377 B
/// <reference types="@lynx-js/rspeedy/client" /> declare module '@lynx-js/types' { // eslint-disable-next-line @typescript-eslint/no-empty-object-type interface GlobalProps { /** * Define your global properties in this interface. * These types will be accessible through `lynx.__globalProps`. */ } } // This export makes the file a module export {}