Skip to content

Commit

Permalink
Update docs/shared/ApiDoc/Tuple.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Jan 23, 2024
1 parent 23e463f commit 7bfd8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/shared/ApiDoc/Tuple.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from "react";
import { useMDXComponents } from "@mdx-js/react";
import { useApiDocContext, PropertySignatureTable } from ".";
import PropTypes from "prop-types";

export function ManualTuple({ elements = [], idPrefix = "" }) {
const MDX = useMDXComponents();
const getItem = useApiDocContext();
Expand Down

0 comments on commit 7bfd8d5

Please sign in to comment.