When you make build then ytou can't actually import types. So you can't import in cleint project anmything except what is exported from indexx.ts. So maybe it's a mistake to keep definitions which you can't import.
When you make build then ytou can't actually import types. So you can't import in cleint project anmything except what is exported from indexx.ts. So maybe it's a mistake to keep definitions which you can't import.
When you make build then ytou can't actually import types. So you can't import in cleint project anmything except what is exported from indexx.ts. So maybe it's a mistake to keep definitions which you can't import.
It's actuially can be imported like
import { AxisRange } from '@chartwerk/core/dist/types';