Skip to content

Commit

Permalink
feat: export themes (#514)
Browse files Browse the repository at this point in the history
* feat: export themes

* fix: use consistent import style
  • Loading branch information
herndlm authored and PawelSuwinski committed Feb 15, 2024
1 parent 801e52d commit 243fb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export {
fetchHydra,
} from './hydra/index.js';
export type { HydraAdminProps } from './hydra/index.js';
export { darkTheme, lightTheme } from './layout/index.js';
export {
OpenApiAdmin,
dataProvider as openApiDataProvider,
Expand Down

0 comments on commit 243fb98

Please sign in to comment.