Skip to content

Instantly share code, notes, and snippets.

@sartaj
sartaj / Reant.re
Created October 7, 2019 18:53 — forked from yukims19/Reant.re
ReasonConf Dojo
type style = ReactDOMRe.Style.t;
type element = React.element;
module Breadcrumb = {
[@bs.module "antd"] [@react.component]
external make:
(~ariaLabel: string=?, ~key: string=?, ~style: style=?, ~children: 'b) =>
element =
"Breadcrumb";