Skip to content

Commit

Permalink
added exports for interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Aug 6, 2024
1 parent b6574ec commit 48784f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/popover-menu/popover-menu-panel-group.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

interface PopoverMenuGroupProps {
export interface PopoverMenuGroupProps {
children: React.ReactNode;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/popover-menu/popover-menu-panel-title.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

interface PopoverMenuPanelTitleProps {
export interface PopoverMenuPanelTitleProps {
children: React.ReactNode;
}

Expand Down

0 comments on commit 48784f1

Please sign in to comment.