[
  {
    "tags": {},
    "description": "Copyable components provide users with an easy way to quickly copy code.",
    "methods": [],
    "displayName": "Copyable",
    "props": {
      "CopyableProps": {
        "darkMode": {
          "name": "darkMode",
          "defaultValue": {
            "value": "false"
          },
          "description": "Determines whether or not the component appears in dark theme.",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "boolean",
            "value": [
              {
                "value": "false"
              },
              {
                "value": "true"
              }
            ]
          },
          "tags": {
            "default": "false"
          }
        },
        "label": {
          "name": "label",
          "defaultValue": null,
          "description": "Label text",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "description": {
          "name": "description",
          "defaultValue": null,
          "description": "Description text",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "copyable": {
          "name": "copyable",
          "defaultValue": {
            "value": true
          },
          "description": "If `true`, there will be a copy button that will move the component's children to the user's clipboard",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "boolean",
            "value": [
              {
                "value": "false"
              },
              {
                "value": "true"
              }
            ]
          },
          "tags": {}
        },
        "wrapperClassName": {
          "name": "wrapperClassName",
          "defaultValue": null,
          "description": "Styles applied to the outermost div of the component",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "size": {
          "name": "size",
          "defaultValue": null,
          "description": "The display size of the label, description, and copyable children",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "Size",
            "value": [
              {
                "value": "\"default\""
              },
              {
                "value": "\"large\""
              }
            ]
          },
          "tags": {}
        },
        "children": {
          "name": "children",
          "defaultValue": null,
          "description": "",
          "required": true,
          "type": {
            "name": "string"
          },
          "tags": {}
        }
      },
      "HTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes",
      "AriaAttributes": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes",
      "DOMAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes"
    }
  },
  {
    "tags": {},
    "description": "Copyable components provide users with an easy way to quickly copy code.",
    "methods": [],
    "displayName": "LeafygreenUiCopyable",
    "props": {
      "CopyableProps": {
        "darkMode": {
          "name": "darkMode",
          "defaultValue": {
            "value": "false"
          },
          "description": "Determines whether or not the component appears in dark theme.",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "boolean",
            "value": [
              {
                "value": "false"
              },
              {
                "value": "true"
              }
            ]
          },
          "tags": {
            "default": "false"
          }
        },
        "label": {
          "name": "label",
          "defaultValue": null,
          "description": "Label text",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "description": {
          "name": "description",
          "defaultValue": null,
          "description": "Description text",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "copyable": {
          "name": "copyable",
          "defaultValue": {
            "value": true
          },
          "description": "If `true`, there will be a copy button that will move the component's children to the user's clipboard",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "boolean",
            "value": [
              {
                "value": "false"
              },
              {
                "value": "true"
              }
            ]
          },
          "tags": {}
        },
        "wrapperClassName": {
          "name": "wrapperClassName",
          "defaultValue": null,
          "description": "Styles applied to the outermost div of the component",
          "required": false,
          "type": {
            "name": "string"
          },
          "tags": {}
        },
        "size": {
          "name": "size",
          "defaultValue": null,
          "description": "The display size of the label, description, and copyable children",
          "required": false,
          "type": {
            "name": "enum",
            "raw": "Size",
            "value": [
              {
                "value": "\"default\""
              },
              {
                "value": "\"large\""
              }
            ]
          },
          "tags": {}
        },
        "children": {
          "name": "children",
          "defaultValue": null,
          "description": "",
          "required": true,
          "type": {
            "name": "string"
          },
          "tags": {}
        }
      },
      "HTMLAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes",
      "AriaAttributes": "https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes",
      "DOMAttributes": "https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes"
    }
  }
]