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'

0 comments on commit ce6ffcb

Please sign in to comment.