Problem
while importing flow import Flow from '@flowjs/flow.js' in angular 16 components getting below error.
Could not find a declaration file for module '@flowjs/flow.js'
Should work without dependency
After adding dependency of @types/flowjs__flow.js it is working fine, which should also work as expected without adding @types/flowjs__flow.js dependency.
Error Detail

Problem
while importing flow
import Flow from '@flowjs/flow.js'in angular 16 components getting below error.Could not find a declaration file for module '@flowjs/flow.js'
Should work without dependency
After adding dependency of
@types/flowjs__flow.jsit is working fine, which should also work as expected without adding @types/flowjs__flow.js dependency.Error Detail
