mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 22:40:50 +01:00
4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import { NitroVersion } from '@nitrots/nitro-renderer';
|
|
|
|
export const GetRendererVersion = () => NitroVersion.RENDERER_VERSION;
|