You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I using import { CommonLetsFormProps } from 'lets-form/definitions/common'
it will give error: ESLint: Unable to resolve path to module 'lets-form/ definitions/ common'.(import/ no-unresolved
Could you please export this kind of types as well? Thanks.
The text was updated successfully, but these errors were encountered:
@guidone Yes, LetsFormReactAntdProps also works for me. But import LetsForm, { LetsFormReactAntdProps, LetsFormSchemaReactAntd } from 'lets-form/react-antd' also gives me the error TS2614: Module "lets-form/ react-antd" has no exported member LetsFormReactAntdProps
Found that interface in lets-form/react-antd.d.ts can be imported. But cannot import from the definitions/*
when I using
import { CommonLetsFormProps } from 'lets-form/definitions/common'
it will give error:
ESLint: Unable to resolve path to module 'lets-form/ definitions/ common'.(import/ no-unresolved
Could you please export this kind of types as well? Thanks.
The text was updated successfully, but these errors were encountered: