Skip to content

Commit

Permalink
Add missing export file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannemas committed Apr 8, 2024
1 parent f23f0c9 commit d439c1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib/components/collapsible/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { Collapsible as CollapsiblePrimitive } from 'bits-ui';

export {
default as Content,
type Attributes as ContentAttributes,
type Events as ContentEvents,
type Props as ContentProps,
} from './Content.svelte';

export const { Root, Trigger } = CollapsiblePrimitive;

0 comments on commit d439c1c

Please sign in to comment.