enso/app/gui/.storybook/env.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
105 B
TypeScript
Raw Normal View History

2024-11-21 13:52:20 +03:00
declare global {
interface Window {
ENV: {
FRAMEWORK: 'vue' | 'react'
}
}
}
export {}