Skip to content

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Aug 28, 2024
1 parent 240affe commit 6853d2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/playground/src/components/Toolbar/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ import { InlineToolbar } from '.';
defineProps<{
/**
* Toolbar show state
*/
show: Ref<boolean>;
/**
* Tools to be rendered in toolbar
*/
tools: InlineTool[];
/**
* Toolbar instance
*/
toolbar: InlineToolbar;
}>();
Expand Down

0 comments on commit 6853d2a

Please sign in to comment.