Skip to content

Commit

Permalink
chore(visually-hidden): export type VisuallyHiddenProps
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Jan 14, 2024
1 parent 696681a commit ce6ffcb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vue/src/visually-hidden/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export { default as OkuVisuallyHidden } from './VisuallyHidden.vue'
export {
default as OkuVisuallyHidden,
type VisuallyHiddenProps,
} from './VisuallyHidden.vue'

1 comment on commit ce6ffcb

@productdevbook
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Cr0zy07 i am main push, this part is incomplete. we need to get the interface and the emitters out like this.

Please sign in to comment.