@scalar/oas-utils
Version:
Open API spec and Yaml handling utilities
12 lines • 352 B
TypeScript
import type { ScalarState } from '@scalar/types/legacy';
declare global {
interface Window {
__SCALAR__: ScalarState;
}
}
export declare const defaultStateFactory: () => ScalarState;
/**
* This allows us to access the server state in the front-end
*/
export declare const ssrState: ScalarState;
//# sourceMappingURL=ssr-state.d.ts.map