25 |
26 | store.set({ show: false })}
29 | />
30 |
31 |
32 | >
33 | ))
34 | );
35 |
--------------------------------------------------------------------------------
/packages/pebble-web/stories/outsideClick.story.tsx:
--------------------------------------------------------------------------------
1 | import * as React from "react";
2 | import { storiesOf } from "@storybook/react";
3 | import Button from "../src/components/Button";
4 | import OutsideClick from "../src/components/OutsideClick";
5 |
6 | function noop() {}
7 |
8 | storiesOf("Utilities/OutsideClick", module).add("test", () => (
9 |