Skip to content

Commit

Permalink
added missing export of useLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
ankri committed Feb 21, 2020
1 parent b7ddab2 commit cc1eafb
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 cc1eafb

Please sign in to comment.