index.ts

This commit is contained in:
nirholas
2026-03-31 10:23:00 +00:00
parent aacac5838c
commit 04655cd544
2 changed files with 2 additions and 0 deletions

View File

@@ -11,3 +11,4 @@ const doctor: Command = {
export default doctor export default doctor

View File

@@ -1,3 +1,4 @@
export * from './SelectMulti.js' export * from './SelectMulti.js'
export type { OptionWithDescription } from './select.js' export type { OptionWithDescription } from './select.js'
export * from './select.js' export * from './select.js'