Skip to content

Commit

Permalink
Merge pull request #76 from whereby/thomas/export-grid
Browse files Browse the repository at this point in the history
browser-sdk: Export grid component
  • Loading branch information
thyal authored Feb 16, 2024
2 parents f31967b + 66b020f commit 9cba4e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-moles-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@whereby.com/browser-sdk": minor
---

Export grid component
1 change: 1 addition & 0 deletions packages/browser-sdk/src/lib/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { default as VideoView } from "./VideoView";
export { useRoomConnection } from "./useRoomConnection";
export { useLocalMedia } from "./useLocalMedia";
export { Grid as VideoGrid } from "./Grid";

export type { UseLocalMediaResult } from "./useLocalMedia/types";

Expand Down
1 change: 1 addition & 0 deletions rollup.base.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = function buildConfig(packageDirectory, pkgConfig) {
// eslint-disable-next-line @typescript-eslint/no-var-requires
const pkg = require(`${packageDirectory}/package.json`);

return {
Expand Down

0 comments on commit 9cba4e5

Please sign in to comment.