@react.component let make: ( ~highlightedLines: array=?, ~code: string, ~showLabel: bool=?, ~lang: string=?, ) => React.element module Toggle: { type tab = { highlightedLines: option>, label: option, lang: option, code: string, } @react.component let make: (~tabs: array) => React.element }