Skip to content

Commit

Permalink
Merge branch 'layers-export-fix' of https://github.com/ankri/craft.js
Browse files Browse the repository at this point in the history
…into ankri-layers-export-fix
  • Loading branch information
prevwong committed Feb 28, 2020
2 parents 76422f9 + cc1eafb commit fd5afb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/layers/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { LayerContextProvider } from "./layers/LayerContextProvider";
import { LayerManagerProvider } from "./manager/LayerManagerProvider";
import { ROOT_NODE } from "@craftjs/utils";
import { LayerOptions } from "./interfaces";
export { useLayer } from "./layers";

export const Layers: React.FC<Partial<LayerOptions>> = ({ ...options }) => {
return (
Expand Down

0 comments on commit fd5afb3

Please sign in to comment.