create-rspeedy-canary
Version:
Create Rspeedy-powered ReactLynx apps with one command
14 lines (11 loc) • 307 B
TypeScript
/// <reference types="@lynx-js/rspeedy/client" />
declare module '@lynx-js/types' {
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 {}