ui
ui copied to clipboard
Expose the type `Column` from the table
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
I have the same need. Until it is available you can get it with :
type Columns = InstanceType<typeof Table>['$props']['columns']
This issue is stale because it has been open for 30 days with no activity.
Fixed by https://github.com/nuxt/ui/commit/c36964b5eacbd61a661f02953f0297a390fd1d34.