nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.83k stars 470 forks source link

Expose the type `Column` from the table #1878

Open Barbapapazes opened 3 months ago

Barbapapazes commented 3 months ago

Description

Hello 👋,

Do you think it could be possible to export the type Column, https://github.com/nuxt/ui/blob/dev/src/runtime/components/data/Table.vue#L121?

Additional context

No response

Baloche commented 2 months ago

I have the same need. Until it is available you can get it with :

type Columns = InstanceType<typeof Table>['$props']['columns']