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.
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-unresolvedCould you please export this kind of types as well? Thanks.