Skip to content

Instantly share code, notes, and snippets.

@painedpineapple
Created February 21, 2020 16:55
Show Gist options
  • Save painedpineapple/d4f714d9ee158c1c3d46f43a4f8772cc to your computer and use it in GitHub Desktop.
Save painedpineapple/d4f714d9ee158c1c3d46f43a4f8772cc to your computer and use it in GitHub Desktop.
[@bs.module "react-outside-click-handler"] [@react.component]
external make:
(
~onOutsideClick: unit => unit,
~children: React.element,
~disabled: bool=?,
~useCapture: bool=?,
~display: [@bs.string] [
| `block
| `flex
| [@bs.as "inline-block"] `inlineBlock
| `inline
| `contents
]
=?
) =>
React.element =
"default";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment