Skip to content

Commit

Permalink
expose useBentoConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
veej committed Mar 14, 2024
1 parent 06a351d commit b569ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bento-design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export { defaultTokens } from "./util/defaultTokens";

export type { BentoConfig, PartialBentoConfig } from "./BentoConfig";
export { defaultConfigs };
export { BentoConfigProvider } from "./BentoConfigContext";
export { BentoConfigProvider, useBentoConfig } from "./BentoConfigContext";

export { createBentoComponents } from "./createBentoComponents";

Expand Down

0 comments on commit b569ff6

Please sign in to comment.