nuxtlabs / nuxt-component-meta

Gather Nuxt components metadata on build time and make them available on production.
69 stars 6 forks source link

dont export type ComponentData #61

Open productdevbook opened 10 months ago

productdevbook commented 10 months ago

when I try to take the type, he won't take it. This type is not exported.

import type { ComponentData } from 'nuxt-component-meta'

image

productdevbook commented 10 months ago

it looks like the module d.ts has become dominant as it says d.ts in the same place on the dist output.

types.d.ts

image