Skip to content

Instantly share code, notes, and snippets.

@stefanoverna
Created October 2, 2024 12:43
Show Gist options
  • Save stefanoverna/d741c6adc0a49720354fc73d61774e33 to your computer and use it in GitHub Desktop.
Save stefanoverna/d741c6adc0a49720354fc73d61774e33 to your computer and use it in GitHub Desktop.
{
"id": 0,
"name": "datocms-react-ui",
"variant": "project",
"kind": 1,
"flags": {},
"children": [
{
"id": 137,
"name": "FieldGroupProps",
"variant": "declaration",
"kind": 256,
"flags": {},
"children": [
{
"id": 139,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L7"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 138,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L6"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 140,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L8"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
139,
138,
140
]
}
],
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 5,
"character": 17,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L5"
}
]
},
{
"id": 156,
"name": "FormLabelProps",
"variant": "declaration",
"kind": 256,
"flags": {},
"children": [
{
"id": 158,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L7"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 159,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L8"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 162,
"name": "code",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 11,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L11"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 161,
"name": "error",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 10,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L10"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 157,
"name": "htmlFor",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L6"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 160,
"name": "required",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 9,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L9"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
158,
159,
162,
161,
157,
160
]
}
],
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 5,
"character": 17,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L5"
}
]
},
{
"id": 144,
"name": "FormProps",
"variant": "declaration",
"kind": 256,
"flags": {},
"children": [
{
"id": 149,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 17,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L17"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 148,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 16,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L16"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 145,
"name": "onSubmit",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L13"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "Element"
},
"name": "Element",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
}
},
{
"id": 146,
"name": "spacing",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L14"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "default"
},
{
"type": "literal",
"value": "condensed"
}
]
}
},
{
"id": 147,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 15,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L15"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
149,
148,
145,
146,
147
]
}
],
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 12,
"character": 17,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L12"
}
]
},
{
"id": 277,
"name": "SwitchInputProps",
"variant": "declaration",
"kind": 256,
"flags": {},
"children": [
{
"id": 309,
"name": "about",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1842,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.about"
}
},
{
"id": 291,
"name": "accessKey",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1818,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.accessKey"
}
},
{
"id": 328,
"name": "aria-activedescendant",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1552,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-activedescendant"
}
},
{
"id": 329,
"name": "aria-atomic",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1554,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-atomic"
}
},
{
"id": 330,
"name": "aria-autocomplete",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be\npresented if they are made."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1559,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "inline"
},
{
"type": "literal",
"value": "both"
},
{
"type": "literal",
"value": "none"
},
{
"type": "literal",
"value": "list"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-autocomplete"
}
},
{
"id": 331,
"name": "aria-busy",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1561,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-busy"
}
},
{
"id": 332,
"name": "aria-checked",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-pressed"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-selected."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1566,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "boolean"
},
{
"type": "literal",
"value": "false"
},
{
"type": "literal",
"value": "mixed"
},
{
"type": "literal",
"value": "true"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-checked"
}
},
{
"id": 333,
"name": "aria-colcount",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the total number of columns in a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-colindex."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1571,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-colcount"
}
},
{
"id": 334,
"name": "aria-colindex",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-colcount"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-colspan."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1576,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-colindex"
}
},
{
"id": 335,
"name": "aria-colspan",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-colindex"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-rowspan."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1581,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-colspan"
}
},
{
"id": 336,
"name": "aria-controls",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the element (or elements) whose contents or presence are controlled by the current element."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-owns."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1586,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-controls"
}
},
{
"id": 337,
"name": "aria-current",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the element that represents the current item within a container or set of related elements."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1588,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "boolean"
},
{
"type": "literal",
"value": "location"
},
{
"type": "literal",
"value": "time"
},
{
"type": "literal",
"value": "false"
},
{
"type": "literal",
"value": "page"
},
{
"type": "literal",
"value": "true"
},
{
"type": "literal",
"value": "step"
},
{
"type": "literal",
"value": "date"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-current"
}
},
{
"id": 338,
"name": "aria-describedby",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the element (or elements) that describes the object."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-labelledby"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1593,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-describedby"
}
},
{
"id": 339,
"name": "aria-details",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the element that provides a detailed, extended description for the object."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-describedby."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1598,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-details"
}
},
{
"id": 340,
"name": "aria-disabled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-hidden"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-readonly."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1603,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-disabled"
}
},
{
"id": 341,
"name": "aria-dropeffect",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates what functions can be performed when a dragged object is released on the drop target."
}
],
"blockTags": [
{
"tag": "@deprecated",
"content": [
{
"kind": "text",
"text": "in ARIA 1.1"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1608,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "link"
},
{
"type": "literal",
"value": "none"
},
{
"type": "literal",
"value": "copy"
},
{
"type": "literal",
"value": "move"
},
{
"type": "literal",
"value": "execute"
},
{
"type": "literal",
"value": "popup"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-dropeffect"
}
},
{
"id": 342,
"name": "aria-errormessage",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the element that provides an error message for the object."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-invalid"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-describedby."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1613,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-errormessage"
}
},
{
"id": 343,
"name": "aria-expanded",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1615,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-expanded"
}
},
{
"id": 344,
"name": "aria-flowto",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1620,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-flowto"
}
},
{
"id": 345,
"name": "aria-grabbed",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates an element's \"grabbed\" state in a drag-and-drop operation."
}
],
"blockTags": [
{
"tag": "@deprecated",
"content": [
{
"kind": "text",
"text": "in ARIA 1.1"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1625,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-grabbed"
}
},
{
"id": 346,
"name": "aria-haspopup",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1627,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "boolean"
},
{
"type": "literal",
"value": "grid"
},
{
"type": "literal",
"value": "dialog"
},
{
"type": "literal",
"value": "menu"
},
{
"type": "literal",
"value": "false"
},
{
"type": "literal",
"value": "listbox"
},
{
"type": "literal",
"value": "true"
},
{
"type": "literal",
"value": "tree"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-haspopup"
}
},
{
"id": 347,
"name": "aria-hidden",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether the element is exposed to an accessibility API."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-disabled."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1632,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-hidden"
}
},
{
"id": 348,
"name": "aria-invalid",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the entered value does not conform to the format expected by the application."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-errormessage."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1637,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "boolean"
},
{
"type": "literal",
"value": "false"
},
{
"type": "literal",
"value": "true"
},
{
"type": "literal",
"value": "grammar"
},
{
"type": "literal",
"value": "spelling"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-invalid"
}
},
{
"id": 349,
"name": "aria-keyshortcuts",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1639,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-keyshortcuts"
}
},
{
"id": 350,
"name": "aria-label",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines a string value that labels the current element."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-labelledby."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1644,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-label"
}
},
{
"id": 351,
"name": "aria-labelledby",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies the element (or elements) that labels the current element."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-describedby."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1649,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-labelledby"
}
},
{
"id": 352,
"name": "aria-level",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the hierarchical level of an element within a structure."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1651,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-level"
}
},
{
"id": 353,
"name": "aria-live",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1653,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "off"
},
{
"type": "literal",
"value": "assertive"
},
{
"type": "literal",
"value": "polite"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-live"
}
},
{
"id": 354,
"name": "aria-modal",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether an element is modal when displayed."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1655,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-modal"
}
},
{
"id": 355,
"name": "aria-multiline",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether a text box accepts multiple lines of input or only a single line."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1657,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-multiline"
}
},
{
"id": 356,
"name": "aria-multiselectable",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates that the user may select more than one item from the current selectable descendants."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1659,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-multiselectable"
}
},
{
"id": 357,
"name": "aria-orientation",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1661,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "horizontal"
},
{
"type": "literal",
"value": "vertical"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-orientation"
}
},
{
"id": 358,
"name": "aria-owns",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-controls."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1667,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-owns"
}
},
{
"id": 359,
"name": "aria-placeholder",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1672,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-placeholder"
}
},
{
"id": 360,
"name": "aria-posinset",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-setsize."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1677,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-posinset"
}
},
{
"id": 361,
"name": "aria-pressed",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the current \"pressed\" state of toggle buttons."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-checked"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-selected."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1682,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "boolean"
},
{
"type": "literal",
"value": "false"
},
{
"type": "literal",
"value": "mixed"
},
{
"type": "literal",
"value": "true"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-pressed"
}
},
{
"id": 362,
"name": "aria-readonly",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates that the element is not editable, but is otherwise operable."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-disabled."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1687,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-readonly"
}
},
{
"id": 363,
"name": "aria-relevant",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-atomic."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1692,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "all"
},
{
"type": "literal",
"value": "text"
},
{
"type": "literal",
"value": "additions"
},
{
"type": "literal",
"value": "additions removals"
},
{
"type": "literal",
"value": "additions text"
},
{
"type": "literal",
"value": "removals"
},
{
"type": "literal",
"value": "removals additions"
},
{
"type": "literal",
"value": "removals text"
},
{
"type": "literal",
"value": "text additions"
},
{
"type": "literal",
"value": "text removals"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-relevant"
}
},
{
"id": 364,
"name": "aria-required",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates that user input is required on the element before a form may be submitted."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1694,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-required"
}
},
{
"id": 365,
"name": "aria-roledescription",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines a human-readable, author-localized description for the role of an element."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1696,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-roledescription"
}
},
{
"id": 366,
"name": "aria-rowcount",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the total number of rows in a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-rowindex."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1701,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-rowcount"
}
},
{
"id": 367,
"name": "aria-rowindex",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-rowcount"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-rowspan."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1706,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-rowindex"
}
},
{
"id": 368,
"name": "aria-rowspan",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-rowindex"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-colspan."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1711,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-rowspan"
}
},
{
"id": 369,
"name": "aria-selected",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates the current \"selected\" state of various widgets."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-checked"
},
{
"kind": "text",
"text": "\n"
},
{
"kind": "text",
"text": " - "
},
{
"kind": "text",
"text": "aria-pressed."
},
{
"kind": "text",
"text": "\n"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1716,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-selected"
}
},
{
"id": 370,
"name": "aria-setsize",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-posinset."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1721,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-setsize"
}
},
{
"id": 371,
"name": "aria-sort",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Indicates if items in a table or grid are sorted in ascending or descending order."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1723,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "none"
},
{
"type": "literal",
"value": "other"
},
{
"type": "literal",
"value": "ascending"
},
{
"type": "literal",
"value": "descending"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-sort"
}
},
{
"id": 372,
"name": "aria-valuemax",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the maximum allowed value for a range widget."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1725,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-valuemax"
}
},
{
"id": 373,
"name": "aria-valuemin",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the minimum allowed value for a range widget."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1727,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-valuemin"
}
},
{
"id": 374,
"name": "aria-valuenow",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the current value for a range widget."
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "aria-valuetext."
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1732,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-valuenow"
}
},
{
"id": 375,
"name": "aria-valuetext",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Defines the human readable text alternative of aria-valuenow for a range widget."
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1734,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.aria-valuetext"
}
},
{
"id": 316,
"name": "autoCapitalize",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1852,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.autoCapitalize"
}
},
{
"id": 317,
"name": "autoCorrect",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1853,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.autoCorrect"
}
},
{
"id": 318,
"name": "autoSave",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1854,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.autoSave"
}
},
{
"id": 296,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1340,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.children"
}
},
{
"id": 294,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1819,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.className"
}
},
{
"id": 284,
"name": "color",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1855,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.color"
}
},
{
"id": 297,
"name": "contentEditable",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1820,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "inherit"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.contentEditable"
}
},
{
"id": 304,
"name": "contextMenu",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1821,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.contextMenu"
}
},
{
"id": 376,
"name": "dangerouslySetInnerHTML",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1341,
"character": 8
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 377,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {
"isExternal": true
},
"children": [
{
"id": 378,
"name": "__html",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1342,
"character": 12
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
378
]
}
],
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1341,
"character": 34
}
]
}
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.dangerouslySetInnerHTML"
}
},
{
"id": 310,
"name": "datatype",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1843,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.datatype"
}
},
{
"id": 300,
"name": "defaultChecked",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1812,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.defaultChecked"
}
},
{
"id": 301,
"name": "defaultValue",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1813,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "number"
},
{
"type": "typeOperator",
"operator": "readonly",
"target": {
"type": "array",
"elementType": {
"type": "intrinsic",
"name": "string"
}
}
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.defaultValue"
}
},
{
"id": 290,
"name": "dir",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1822,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.dir"
}
},
{
"id": 279,
"name": "disabled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 15,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L15"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 292,
"name": "draggable",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1823,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.draggable"
}
},
{
"id": 286,
"name": "hidden",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1824,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.hidden"
}
},
{
"id": 283,
"name": "id",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1825,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.id"
}
},
{
"id": 311,
"name": "inlist",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1844,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "any"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.inlist"
}
},
{
"id": 298,
"name": "inputMode",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Hints at the type of data that might be entered by the user while editing the element or its contents"
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1870,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "search"
},
{
"type": "literal",
"value": "numeric"
},
{
"type": "literal",
"value": "none"
},
{
"type": "literal",
"value": "url"
},
{
"type": "literal",
"value": "text"
},
{
"type": "literal",
"value": "decimal"
},
{
"type": "literal",
"value": "tel"
},
{
"type": "literal",
"value": "email"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.inputMode"
}
},
{
"id": 327,
"name": "is",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [
{
"kind": "text",
"text": "Specify that a standard HTML element should behave like a defined custom built-in element"
}
],
"blockTags": [
{
"tag": "@see",
"content": [
{
"kind": "text",
"text": "https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is"
}
]
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1875,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.is"
}
},
{
"id": 322,
"name": "itemID",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1859,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.itemID"
}
},
{
"id": 319,
"name": "itemProp",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1856,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.itemProp"
}
},
{
"id": 323,
"name": "itemRef",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1860,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.itemRef"
}
},
{
"id": 320,
"name": "itemScope",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1857,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.itemScope"
}
},
{
"id": 321,
"name": "itemType",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1858,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.itemType"
}
},
{
"id": 293,
"name": "lang",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1826,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.lang"
}
},
{
"id": 278,
"name": "name",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L14"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 415,
"name": "onAbort",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1398,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAbort"
}
},
{
"id": 416,
"name": "onAbortCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1399,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAbortCapture"
}
},
{
"id": 531,
"name": "onAnimationEnd",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1528,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationEnd"
}
},
{
"id": 532,
"name": "onAnimationEndCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1529,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationEndCapture"
}
},
{
"id": 533,
"name": "onAnimationIteration",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1530,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationIteration"
}
},
{
"id": 534,
"name": "onAnimationIterationCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1531,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationIterationCapture"
}
},
{
"id": 529,
"name": "onAnimationStart",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1526,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationStart"
}
},
{
"id": 530,
"name": "onAnimationStartCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1527,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnimationEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "AnimationEventHandler",
"package": "@types/react",
"qualifiedName": "React.AnimationEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAnimationStartCapture"
}
},
{
"id": 459,
"name": "onAuxClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1444,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAuxClick"
}
},
{
"id": 460,
"name": "onAuxClickCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1445,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onAuxClickCapture"
}
},
{
"id": 396,
"name": "onBeforeInput",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1370,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onBeforeInput"
}
},
{
"id": 397,
"name": "onBeforeInputCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1371,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onBeforeInputCapture"
}
},
{
"id": 393,
"name": "onBlur",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1364,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FocusEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FocusEventHandler",
"package": "@types/react",
"qualifiedName": "React.FocusEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onBlur"
}
},
{
"id": 394,
"name": "onBlurCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1365,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FocusEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FocusEventHandler",
"package": "@types/react",
"qualifiedName": "React.FocusEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onBlurCapture"
}
},
{
"id": 417,
"name": "onCanPlay",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1400,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCanPlay"
}
},
{
"id": 418,
"name": "onCanPlayCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1401,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCanPlayCapture"
}
},
{
"id": 419,
"name": "onCanPlayThrough",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1402,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCanPlayThrough"
}
},
{
"id": 420,
"name": "onCanPlayThroughCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1403,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCanPlayThroughCapture"
}
},
{
"id": 280,
"name": "onChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 16,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L16"
}
],
"type": {
"type": "reference",
"target": 272,
"name": "SwitchInputChangeEventHandler",
"package": "datocms-react-ui"
}
},
{
"id": 395,
"name": "onChangeCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1369,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onChangeCapture"
}
},
{
"id": 461,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1446,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onClick"
}
},
{
"id": 462,
"name": "onClickCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1447,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onClickCapture"
}
},
{
"id": 385,
"name": "onCompositionEnd",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1354,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionEnd"
}
},
{
"id": 386,
"name": "onCompositionEndCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1355,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionEndCapture"
}
},
{
"id": 387,
"name": "onCompositionStart",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1356,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionStart"
}
},
{
"id": 388,
"name": "onCompositionStartCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1357,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionStartCapture"
}
},
{
"id": 389,
"name": "onCompositionUpdate",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1358,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionUpdate"
}
},
{
"id": 390,
"name": "onCompositionUpdateCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1359,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CompositionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "CompositionEventHandler",
"package": "@types/react",
"qualifiedName": "React.CompositionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCompositionUpdateCapture"
}
},
{
"id": 463,
"name": "onContextMenu",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1448,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onContextMenu"
}
},
{
"id": 464,
"name": "onContextMenuCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1449,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onContextMenuCapture"
}
},
{
"id": 379,
"name": "onCopy",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1346,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCopy"
}
},
{
"id": 380,
"name": "onCopyCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1347,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCopyCapture"
}
},
{
"id": 381,
"name": "onCut",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1348,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCut"
}
},
{
"id": 382,
"name": "onCutCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1349,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onCutCapture"
}
},
{
"id": 465,
"name": "onDoubleClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1450,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDoubleClick"
}
},
{
"id": 466,
"name": "onDoubleClickCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1451,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDoubleClickCapture"
}
},
{
"id": 467,
"name": "onDrag",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1452,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDrag"
}
},
{
"id": 468,
"name": "onDragCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1453,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragCapture"
}
},
{
"id": 469,
"name": "onDragEnd",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1454,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragEnd"
}
},
{
"id": 470,
"name": "onDragEndCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1455,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragEndCapture"
}
},
{
"id": 471,
"name": "onDragEnter",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1456,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragEnter"
}
},
{
"id": 472,
"name": "onDragEnterCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1457,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragEnterCapture"
}
},
{
"id": 473,
"name": "onDragExit",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1458,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragExit"
}
},
{
"id": 474,
"name": "onDragExitCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1459,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragExitCapture"
}
},
{
"id": 475,
"name": "onDragLeave",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1460,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragLeave"
}
},
{
"id": 476,
"name": "onDragLeaveCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1461,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragLeaveCapture"
}
},
{
"id": 477,
"name": "onDragOver",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1462,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragOver"
}
},
{
"id": 478,
"name": "onDragOverCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1463,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragOverCapture"
}
},
{
"id": 479,
"name": "onDragStart",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1464,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragStart"
}
},
{
"id": 480,
"name": "onDragStartCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1465,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDragStartCapture"
}
},
{
"id": 481,
"name": "onDrop",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1466,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDrop"
}
},
{
"id": 482,
"name": "onDropCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1467,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.DragEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "DragEventHandler",
"package": "@types/react",
"qualifiedName": "React.DragEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDropCapture"
}
},
{
"id": 421,
"name": "onDurationChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1404,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDurationChange"
}
},
{
"id": 422,
"name": "onDurationChangeCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1405,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onDurationChangeCapture"
}
},
{
"id": 423,
"name": "onEmptied",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1406,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEmptied"
}
},
{
"id": 424,
"name": "onEmptiedCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1407,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEmptiedCapture"
}
},
{
"id": 425,
"name": "onEncrypted",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1408,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEncrypted"
}
},
{
"id": 426,
"name": "onEncryptedCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1409,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEncryptedCapture"
}
},
{
"id": 427,
"name": "onEnded",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1410,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEnded"
}
},
{
"id": 428,
"name": "onEndedCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1411,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onEndedCapture"
}
},
{
"id": 408,
"name": "onError",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1384,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onError"
}
},
{
"id": 409,
"name": "onErrorCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1385,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onErrorCapture"
}
},
{
"id": 391,
"name": "onFocus",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1362,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FocusEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FocusEventHandler",
"package": "@types/react",
"qualifiedName": "React.FocusEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onFocus"
}
},
{
"id": 392,
"name": "onFocusCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1363,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FocusEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FocusEventHandler",
"package": "@types/react",
"qualifiedName": "React.FocusEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onFocusCapture"
}
},
{
"id": 521,
"name": "onGotPointerCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1512,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onGotPointerCapture"
}
},
{
"id": 522,
"name": "onGotPointerCaptureCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1513,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onGotPointerCaptureCapture"
}
},
{
"id": 398,
"name": "onInput",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1372,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onInput"
}
},
{
"id": 399,
"name": "onInputCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1373,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onInputCapture"
}
},
{
"id": 404,
"name": "onInvalid",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1378,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onInvalid"
}
},
{
"id": 405,
"name": "onInvalidCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1379,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onInvalidCapture"
}
},
{
"id": 281,
"name": "onKeyDown",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 17,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L17"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"overwrites": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyDown"
}
},
{
"id": 410,
"name": "onKeyDownCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1389,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyDownCapture"
}
},
{
"id": 411,
"name": "onKeyPress",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@deprecated",
"content": []
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1391,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyPress"
}
},
{
"id": 412,
"name": "onKeyPressCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@deprecated",
"content": []
}
]
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1393,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyPressCapture"
}
},
{
"id": 413,
"name": "onKeyUp",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1394,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyUp"
}
},
{
"id": 414,
"name": "onKeyUpCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1395,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "KeyboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.KeyboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onKeyUpCapture"
}
},
{
"id": 406,
"name": "onLoad",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1382,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoad"
}
},
{
"id": 407,
"name": "onLoadCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1383,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadCapture"
}
},
{
"id": 429,
"name": "onLoadedData",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1412,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadedData"
}
},
{
"id": 430,
"name": "onLoadedDataCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1413,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadedDataCapture"
}
},
{
"id": 431,
"name": "onLoadedMetadata",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1414,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadedMetadata"
}
},
{
"id": 432,
"name": "onLoadedMetadataCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1415,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadedMetadataCapture"
}
},
{
"id": 433,
"name": "onLoadStart",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1416,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadStart"
}
},
{
"id": 434,
"name": "onLoadStartCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1417,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLoadStartCapture"
}
},
{
"id": 523,
"name": "onLostPointerCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1514,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLostPointerCapture"
}
},
{
"id": 524,
"name": "onLostPointerCaptureCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1515,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onLostPointerCaptureCapture"
}
},
{
"id": 483,
"name": "onMouseDown",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1468,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseDown"
}
},
{
"id": 484,
"name": "onMouseDownCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1469,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseDownCapture"
}
},
{
"id": 485,
"name": "onMouseEnter",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1470,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseEnter"
}
},
{
"id": 486,
"name": "onMouseLeave",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1471,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseLeave"
}
},
{
"id": 487,
"name": "onMouseMove",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1472,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseMove"
}
},
{
"id": 488,
"name": "onMouseMoveCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1473,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseMoveCapture"
}
},
{
"id": 489,
"name": "onMouseOut",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1474,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseOut"
}
},
{
"id": 490,
"name": "onMouseOutCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1475,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseOutCapture"
}
},
{
"id": 491,
"name": "onMouseOver",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1476,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseOver"
}
},
{
"id": 492,
"name": "onMouseOverCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1477,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseOverCapture"
}
},
{
"id": 493,
"name": "onMouseUp",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1478,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseUp"
}
},
{
"id": 494,
"name": "onMouseUpCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1479,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onMouseUpCapture"
}
},
{
"id": 383,
"name": "onPaste",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1350,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPaste"
}
},
{
"id": 384,
"name": "onPasteCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1351,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ClipboardEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ClipboardEventHandler",
"package": "@types/react",
"qualifiedName": "React.ClipboardEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPasteCapture"
}
},
{
"id": 435,
"name": "onPause",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1418,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPause"
}
},
{
"id": 436,
"name": "onPauseCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1419,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPauseCapture"
}
},
{
"id": 437,
"name": "onPlay",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1420,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPlay"
}
},
{
"id": 438,
"name": "onPlayCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1421,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPlayCapture"
}
},
{
"id": 439,
"name": "onPlaying",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1422,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPlaying"
}
},
{
"id": 440,
"name": "onPlayingCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1423,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPlayingCapture"
}
},
{
"id": 511,
"name": "onPointerCancel",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1502,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerCancel"
}
},
{
"id": 512,
"name": "onPointerCancelCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1503,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerCancelCapture"
}
},
{
"id": 505,
"name": "onPointerDown",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1496,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerDown"
}
},
{
"id": 506,
"name": "onPointerDownCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1497,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerDownCapture"
}
},
{
"id": 513,
"name": "onPointerEnter",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1504,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerEnter"
}
},
{
"id": 514,
"name": "onPointerEnterCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1505,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerEnterCapture"
}
},
{
"id": 515,
"name": "onPointerLeave",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1506,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerLeave"
}
},
{
"id": 516,
"name": "onPointerLeaveCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1507,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerLeaveCapture"
}
},
{
"id": 507,
"name": "onPointerMove",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1498,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerMove"
}
},
{
"id": 508,
"name": "onPointerMoveCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1499,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerMoveCapture"
}
},
{
"id": 519,
"name": "onPointerOut",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1510,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerOut"
}
},
{
"id": 520,
"name": "onPointerOutCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1511,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerOutCapture"
}
},
{
"id": 517,
"name": "onPointerOver",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1508,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerOver"
}
},
{
"id": 518,
"name": "onPointerOverCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1509,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerOverCapture"
}
},
{
"id": 509,
"name": "onPointerUp",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1500,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerUp"
}
},
{
"id": 510,
"name": "onPointerUpCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1501,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.PointerEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "PointerEventHandler",
"package": "@types/react",
"qualifiedName": "React.PointerEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onPointerUpCapture"
}
},
{
"id": 441,
"name": "onProgress",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1424,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onProgress"
}
},
{
"id": 442,
"name": "onProgressCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1425,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onProgressCapture"
}
},
{
"id": 443,
"name": "onRateChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1426,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onRateChange"
}
},
{
"id": 444,
"name": "onRateChangeCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1427,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onRateChangeCapture"
}
},
{
"id": 400,
"name": "onReset",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1374,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onReset"
}
},
{
"id": 401,
"name": "onResetCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1375,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onResetCapture"
}
},
{
"id": 525,
"name": "onScroll",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1518,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.UIEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "UIEventHandler",
"package": "@types/react",
"qualifiedName": "React.UIEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onScroll"
}
},
{
"id": 526,
"name": "onScrollCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1519,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.UIEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "UIEventHandler",
"package": "@types/react",
"qualifiedName": "React.UIEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onScrollCapture"
}
},
{
"id": 445,
"name": "onSeeked",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1428,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSeeked"
}
},
{
"id": 446,
"name": "onSeekedCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1429,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSeekedCapture"
}
},
{
"id": 447,
"name": "onSeeking",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1430,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSeeking"
}
},
{
"id": 448,
"name": "onSeekingCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1431,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSeekingCapture"
}
},
{
"id": 495,
"name": "onSelect",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1482,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSelect"
}
},
{
"id": 496,
"name": "onSelectCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1483,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSelectCapture"
}
},
{
"id": 449,
"name": "onStalled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1432,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onStalled"
}
},
{
"id": 450,
"name": "onStalledCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1433,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onStalledCapture"
}
},
{
"id": 402,
"name": "onSubmit",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1376,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSubmit"
}
},
{
"id": 403,
"name": "onSubmitCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1377,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.FormEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "FormEventHandler",
"package": "@types/react",
"qualifiedName": "React.FormEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSubmitCapture"
}
},
{
"id": 451,
"name": "onSuspend",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1434,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSuspend"
}
},
{
"id": 452,
"name": "onSuspendCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1435,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onSuspendCapture"
}
},
{
"id": 453,
"name": "onTimeUpdate",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1436,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTimeUpdate"
}
},
{
"id": 454,
"name": "onTimeUpdateCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1437,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTimeUpdateCapture"
}
},
{
"id": 497,
"name": "onTouchCancel",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1486,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchCancel"
}
},
{
"id": 498,
"name": "onTouchCancelCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1487,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchCancelCapture"
}
},
{
"id": 499,
"name": "onTouchEnd",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1488,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchEnd"
}
},
{
"id": 500,
"name": "onTouchEndCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1489,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchEndCapture"
}
},
{
"id": 501,
"name": "onTouchMove",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1490,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchMove"
}
},
{
"id": 502,
"name": "onTouchMoveCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1491,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchMoveCapture"
}
},
{
"id": 503,
"name": "onTouchStart",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1492,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchStart"
}
},
{
"id": 504,
"name": "onTouchStartCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1493,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TouchEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TouchEventHandler",
"package": "@types/react",
"qualifiedName": "React.TouchEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTouchStartCapture"
}
},
{
"id": 535,
"name": "onTransitionEnd",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1534,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TransitionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TransitionEventHandler",
"package": "@types/react",
"qualifiedName": "React.TransitionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTransitionEnd"
}
},
{
"id": 536,
"name": "onTransitionEndCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1535,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.TransitionEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "TransitionEventHandler",
"package": "@types/react",
"qualifiedName": "React.TransitionEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onTransitionEndCapture"
}
},
{
"id": 455,
"name": "onVolumeChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1438,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onVolumeChange"
}
},
{
"id": 456,
"name": "onVolumeChangeCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1439,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onVolumeChangeCapture"
}
},
{
"id": 457,
"name": "onWaiting",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1440,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onWaiting"
}
},
{
"id": 458,
"name": "onWaitingCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1441,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "ReactEventHandler",
"package": "@types/react",
"qualifiedName": "React.ReactEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onWaitingCapture"
}
},
{
"id": 527,
"name": "onWheel",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1522,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.WheelEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "WheelEventHandler",
"package": "@types/react",
"qualifiedName": "React.WheelEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onWheel"
}
},
{
"id": 528,
"name": "onWheelCapture",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1523,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.WheelEventHandler"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "WheelEventHandler",
"package": "@types/react",
"qualifiedName": "React.WheelEventHandler"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.onWheelCapture"
}
},
{
"id": 305,
"name": "placeholder",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1827,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.placeholder"
}
},
{
"id": 295,
"name": "prefix",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1845,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.prefix"
}
},
{
"id": 312,
"name": "property",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1846,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.property"
}
},
{
"id": 307,
"name": "radioGroup",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1836,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.radioGroup"
}
},
{
"id": 313,
"name": "resource",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1847,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.resource"
}
},
{
"id": 324,
"name": "results",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1861,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.results"
}
},
{
"id": 308,
"name": "role",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1839,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AriaRole"
},
"name": "AriaRole",
"package": "@types/react",
"qualifiedName": "React.AriaRole"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.role"
}
},
{
"id": 325,
"name": "security",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1862,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.security"
}
},
{
"id": 287,
"name": "slot",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1828,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.slot"
}
},
{
"id": 306,
"name": "spellCheck",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1829,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "Booleanish"
},
"name": "Booleanish",
"package": "@types/react"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.spellCheck"
}
},
{
"id": 288,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1830,
"character": 8
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.style"
}
},
{
"id": 302,
"name": "suppressContentEditableWarning",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1814,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.suppressContentEditableWarning"
}
},
{
"id": 303,
"name": "suppressHydrationWarning",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1815,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.suppressHydrationWarning"
}
},
{
"id": 299,
"name": "tabIndex",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1831,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "number"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.tabIndex"
}
},
{
"id": 289,
"name": "title",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1832,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.title"
}
},
{
"id": 285,
"name": "translate",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1833,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "yes"
},
{
"type": "literal",
"value": "no"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.translate"
}
},
{
"id": 314,
"name": "typeof",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1848,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.typeof"
}
},
{
"id": 326,
"name": "unselectable",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1863,
"character": 8
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "on"
},
{
"type": "literal",
"value": "off"
}
]
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.unselectable"
}
},
{
"id": 282,
"name": "value",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 18,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L18"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 315,
"name": "vocab",
"variant": "declaration",
"kind": 1024,
"flags": {
"isExternal": true,
"isOptional": true,
"isInherited": true
},
"sources": [
{
"fileName": "node_modules/@types/react/index.d.ts",
"line": 1849,
"character": 8
}
],
"type": {
"type": "intrinsic",
"name": "string"
},
"inheritedFrom": {
"type": "reference",
"target": -1,
"name": "Omit.vocab"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
309,
291,
328,
329,
330,
331,
332,
333,
334,
335,
336,
337,
338,
339,
340,
341,
342,
343,
344,
345,
346,
347,
348,
349,
350,
351,
352,
353,
354,
355,
356,
357,
358,
359,
360,
361,
362,
363,
364,
365,
366,
367,
368,
369,
370,
371,
372,
373,
374,
375,
316,
317,
318,
296,
294,
284,
297,
304,
376,
310,
300,
301,
290,
279,
292,
286,
283,
311,
298,
327,
322,
319,
323,
320,
321,
293,
278,
415,
416,
531,
532,
533,
534,
529,
530,
459,
460,
396,
397,
393,
394,
417,
418,
419,
420,
280,
395,
461,
462,
385,
386,
387,
388,
389,
390,
463,
464,
379,
380,
381,
382,
465,
466,
467,
468,
469,
470,
471,
472,
473,
474,
475,
476,
477,
478,
479,
480,
481,
482,
421,
422,
423,
424,
425,
426,
427,
428,
408,
409,
391,
392,
521,
522,
398,
399,
404,
405,
281,
410,
411,
412,
413,
414,
406,
407,
429,
430,
431,
432,
433,
434,
523,
524,
483,
484,
485,
486,
487,
488,
489,
490,
491,
492,
493,
494,
383,
384,
435,
436,
437,
438,
439,
440,
511,
512,
505,
506,
513,
514,
515,
516,
507,
508,
519,
520,
517,
518,
509,
510,
441,
442,
443,
444,
400,
401,
525,
526,
445,
446,
447,
448,
495,
496,
449,
450,
402,
403,
451,
452,
453,
454,
497,
498,
499,
500,
501,
502,
503,
504,
535,
536,
455,
456,
457,
458,
527,
528,
305,
295,
312,
307,
313,
324,
308,
325,
287,
306,
288,
302,
303,
299,
289,
285,
314,
326,
282,
315
]
}
],
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 12,
"character": 17,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L12"
}
],
"extendedTypes": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.HTMLAttributes"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "React.HTMLAttributes",
"package": "@types/react"
},
{
"type": "literal",
"value": "onChange"
}
],
"name": "Omit",
"package": "typescript"
}
]
},
{
"id": 250,
"name": "AsyncCreatableSelectInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 209,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L209"
}
],
"typeParameters": [
{
"id": 251,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 252,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 253,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 251,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/AsyncCreatable.d.ts",
"qualifiedName": "AsyncCreatableProps"
},
"typeArguments": [
{
"type": "reference",
"target": 251,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 252,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 253,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncCreatableProps",
"package": "react-select"
},
{
"type": "union",
"types": [
{
"type": "literal",
"value": "theme"
},
{
"type": "literal",
"value": "styles"
}
]
}
],
"name": "Omit",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "ErrorProp"
},
"name": "ErrorProp",
"package": "datocms-react-ui"
}
]
}
},
{
"id": 242,
"name": "AsyncSelectInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 152,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L152"
}
],
"typeParameters": [
{
"id": 243,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 244,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 245,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 243,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/useAsync.d.ts",
"qualifiedName": "AsyncProps"
},
"typeArguments": [
{
"type": "reference",
"target": 243,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 244,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 245,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncProps",
"package": "react-select"
},
{
"type": "union",
"types": [
{
"type": "literal",
"value": "theme"
},
{
"type": "literal",
"value": "styles"
}
]
}
],
"name": "Omit",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "ErrorProp"
},
"name": "ErrorProp",
"package": "datocms-react-ui"
}
]
}
},
{
"id": 58,
"name": "BaseCtx",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 15,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L15"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "../sdk/dist/types/ctx/pluginFrame.d.ts",
"qualifiedName": "FullScreenPluginFrameCtx"
},
"typeArguments": [
{
"type": "intrinsic",
"name": "any"
},
{
"type": "reflection",
"declaration": {
"id": 59,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 15,
"character": 52,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L15"
}
]
}
},
{
"type": "reflection",
"declaration": {
"id": 60,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 15,
"character": 56,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L15"
}
]
}
}
],
"name": "FullScreenPluginFrameCtx",
"package": "datocms-plugin-sdk"
}
},
{
"id": 44,
"name": "ButtonGroupButtonProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 9,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 45,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 46,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 10,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L10"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 47,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 11,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L11"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 49,
"name": "disabled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L13"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 51,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 15,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L15"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
}
},
{
"id": 48,
"name": "selected",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 12,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L12"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 50,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L14"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
46,
47,
49,
51,
48,
50
]
}
],
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 9,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
}
]
}
}
},
{
"id": 36,
"name": "ButtonGroupProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 37,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 38,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L6"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 39,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L7"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 40,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L8"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
38,
39,
40
]
}
],
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 5,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
}
]
}
}
},
{
"id": 20,
"name": "ButtonLinkProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 120,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L120"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 21,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 28,
"name": "buttonSize",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 127,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L127"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "xxs"
},
{
"type": "literal",
"value": "xs"
},
{
"type": "literal",
"value": "s"
},
{
"type": "literal",
"value": "m"
},
{
"type": "literal",
"value": "l"
},
{
"type": "literal",
"value": "xl"
}
]
}
},
{
"id": 27,
"name": "buttonType",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 126,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L126"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "primary"
},
{
"type": "literal",
"value": "muted"
},
{
"type": "literal",
"value": "negative"
}
]
}
},
{
"id": 22,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 121,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L121"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 25,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 124,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L124"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 29,
"name": "fullWidth",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 128,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L128"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 23,
"name": "href",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 122,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L122"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 31,
"name": "leftIcon",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 130,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L130"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 26,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 125,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L125"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
}
},
{
"id": 32,
"name": "rightIcon",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 131,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L131"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 30,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 129,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L129"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
},
{
"id": 24,
"name": "target",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 123,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L123"
}
],
"type": {
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "target"
},
"objectType": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.AnchorHTMLAttributes"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLAnchorElement"
},
"name": "HTMLAnchorElement",
"package": "typescript"
}
],
"name": "React.AnchorHTMLAttributes",
"package": "@types/react"
}
}
}
],
"groups": [
{
"title": "Properties",
"children": [
28,
27,
22,
25,
29,
23,
31,
26,
32,
30,
24
]
}
],
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 120,
"character": 30,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L120"
}
]
}
}
},
{
"id": 7,
"name": "ButtonProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 6,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L6"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 8,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 15,
"name": "buttonSize",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L13"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "xxs"
},
{
"type": "literal",
"value": "xs"
},
{
"type": "literal",
"value": "s"
},
{
"type": "literal",
"value": "m"
},
{
"type": "literal",
"value": "l"
},
{
"type": "literal",
"value": "xl"
}
]
}
},
{
"id": 14,
"name": "buttonType",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 12,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L12"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "primary"
},
{
"type": "literal",
"value": "muted"
},
{
"type": "literal",
"value": "negative"
}
]
}
},
{
"id": 9,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L7"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 11,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 9,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L9"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 12,
"name": "disabled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 10,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L10"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 18,
"name": "fullWidth",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 16,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L16"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 16,
"name": "leftIcon",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L14"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 13,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 11,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L11"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
}
},
{
"id": 17,
"name": "rightIcon",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 15,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L15"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 19,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 17,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L17"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
},
{
"id": 10,
"name": "type",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L8"
}
],
"type": {
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "type"
},
"objectType": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ButtonHTMLAttributes"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "React.ButtonHTMLAttributes",
"package": "@types/react"
}
}
}
],
"groups": [
{
"title": "Properties",
"children": [
15,
14,
9,
11,
12,
18,
16,
13,
17,
19,
10
]
}
],
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 6,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L6"
}
]
}
}
},
{
"id": 62,
"name": "CanvasProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 30,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L30"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 63,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 66,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 33,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L33"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 64,
"name": "ctx",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 31,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L31"
}
],
"type": {
"type": "reference",
"target": 58,
"name": "BaseCtx",
"package": "datocms-react-ui"
}
},
{
"id": 65,
"name": "noAutoResizer",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 32,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L32"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
66,
64,
65
]
}
],
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 30,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L30"
}
]
}
}
},
{
"id": 246,
"name": "CreatableSelectInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 180,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L180"
}
],
"typeParameters": [
{
"id": 247,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 248,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 249,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 247,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/Creatable.d.ts",
"qualifiedName": "CreatableProps"
},
"typeArguments": [
{
"type": "reference",
"target": 247,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 248,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 249,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "CreatableProps",
"package": "react-select"
},
{
"type": "union",
"types": [
{
"type": "literal",
"value": "theme"
},
{
"type": "literal",
"value": "styles"
}
]
}
],
"name": "Omit",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "ErrorProp"
},
"name": "ErrorProp",
"package": "datocms-react-ui"
}
]
}
},
{
"id": 97,
"name": "DropdownGroupProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 98,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 99,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L6"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "React.ReactNode",
"package": "@types/react"
}
},
{
"id": 100,
"name": "name",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L7"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
99,
100
]
}
],
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 5,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L5"
}
]
}
}
},
{
"id": 101,
"name": "DropdownMenuProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 127,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L127"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 102,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 104,
"name": "alignment",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 129,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L129"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "left"
},
{
"type": "literal",
"value": "right"
}
]
}
},
{
"id": 103,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 128,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L128"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "React.ReactNode",
"package": "@types/react"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
104,
103
]
}
],
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 127,
"character": 24,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L127"
}
]
}
}
},
{
"id": 119,
"name": "DropdownOptionActionProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 7,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 120,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 127,
"name": "closeMenuOnClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 11,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L11"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 121,
"name": "icon",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L8"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 123,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 10,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 124,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 10,
"character": 11,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
}
],
"signatures": [
{
"id": 125,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 126,
"name": "e",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "MouseEvent"
},
"name": "MouseEvent",
"package": "typescript"
}
],
"name": "React.MouseEvent",
"package": "@types/react"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 122,
"name": "red",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 9,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L9"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
127,
121,
123,
122
]
}
],
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 7,
"character": 32,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
}
]
}
}
},
{
"id": 105,
"name": "DropdownOptionProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 16,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L16"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 106,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 112,
"name": "active",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 19,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L19"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 116,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 23,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L23"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "React.ReactNode",
"package": "@types/react"
}
},
{
"id": 118,
"name": "closeMenuOnClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 25,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L25"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 117,
"name": "disabled",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 24,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L24"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 115,
"name": "invalid",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 22,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L22"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 107,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 17,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L17"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 108,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 17,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L17"
}
],
"signatures": [
{
"id": 109,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 110,
"name": "e",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "MouseEvent"
},
"name": "MouseEvent",
"package": "typescript"
}
],
"name": "React.MouseEvent",
"package": "@types/react"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 113,
"name": "red",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 20,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L20"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 111,
"name": "to",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 18,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L18"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 114,
"name": "valid",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 21,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L21"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
112,
116,
118,
117,
115,
107,
113,
111,
114
]
}
],
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 16,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L16"
}
]
}
}
},
{
"id": 90,
"name": "DropdownProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 12,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 91,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 96,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L14"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "React.ReactNode",
"package": "@types/react"
}
},
{
"id": 92,
"name": "renderTrigger",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 93,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 13,
"character": 17,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
}
],
"signatures": [
{
"id": 94,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 95,
"name": "ctx",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "RenderTriggerCtx"
},
"name": "RenderTriggerCtx",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
}
}
}
],
"groups": [
{
"title": "Properties",
"children": [
96,
92
]
}
],
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 12,
"character": 28,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
}
]
}
}
},
{
"id": 128,
"name": "DropdownTextProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Text.tsx",
"line": 4,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Text.tsx#L4"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 129,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 130,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Text.tsx",
"line": 4,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Text.tsx#L4"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "React.ReactNode",
"package": "@types/react"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
130
]
}
],
"sources": [
{
"fileName": "src/Dropdown/Text.tsx",
"line": 4,
"character": 24,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Text.tsx#L4"
}
]
}
}
},
{
"id": 181,
"name": "IconProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 3,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L3"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 182,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 185,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L6"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 184,
"name": "height",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 5,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L5"
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "number"
}
]
}
},
{
"id": 186,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L7"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
},
{
"id": 183,
"name": "width",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 4,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L4"
}
],
"type": {
"type": "union",
"types": [
{
"type": "intrinsic",
"name": "string"
},
{
"type": "intrinsic",
"name": "number"
}
]
}
}
],
"groups": [
{
"title": "Properties",
"children": [
185,
184,
186,
183
]
}
],
"sources": [
{
"fileName": "src/icons.tsx",
"line": 3,
"character": 24,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L3"
}
]
}
}
},
{
"id": 630,
"name": "MediaQueryProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 66,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L66"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 631,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 633,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 68,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L68"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 634,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 68,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L68"
}
],
"signatures": [
{
"id": 635,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 636,
"name": "mql",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "MediaQueryList"
},
"name": "MediaQueryList",
"package": "typescript"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
}
}
},
{
"id": 632,
"name": "media",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 67,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L67"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
633,
632
]
}
],
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 66,
"character": 30,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L66"
}
]
}
}
},
{
"id": 238,
"name": "SelectInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 123,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L123"
}
],
"typeParameters": [
{
"id": 239,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 240,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 241,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 239,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/useStateManager.d.ts",
"qualifiedName": "StateManagerProps"
},
"typeArguments": [
{
"type": "reference",
"target": 239,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 240,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 241,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "RawSelectProps",
"package": "react-select",
"qualifiedName": "StateManagerProps"
},
{
"type": "union",
"types": [
{
"type": "literal",
"value": "theme"
},
{
"type": "literal",
"value": "styles"
}
]
}
],
"name": "Omit",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "ErrorProp"
},
"name": "ErrorProp",
"package": "datocms-react-ui"
}
]
}
},
{
"id": 257,
"name": "SidebarPanelProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 31,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L31"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 258,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 261,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 34,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L34"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 262,
"name": "noPadding",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 35,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L35"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 260,
"name": "startOpen",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 33,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L33"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 259,
"name": "title",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 32,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L32"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
261,
262,
260,
259
]
}
],
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 31,
"character": 32,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L31"
}
]
}
}
},
{
"id": 272,
"name": "SwitchInputChangeEventHandler",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 273,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 5,
"character": 44,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L5"
}
],
"signatures": [
{
"id": 274,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 275,
"name": "newValue",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 276,
"name": "event",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "React.MouseEvent",
"package": "@types/react"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.KeyboardEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLButtonElement"
},
"name": "HTMLButtonElement",
"package": "typescript"
}
],
"name": "React.KeyboardEvent",
"package": "@types/react"
}
]
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 562,
"name": "TextareaInputChangeEventHandler",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 6,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L6"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 563,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 6,
"character": 46,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L6"
}
],
"signatures": [
{
"id": 564,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 565,
"name": "newValue",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 566,
"name": "event",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ChangeEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLTextAreaElement"
},
"name": "HTMLTextAreaElement",
"package": "typescript"
}
],
"name": "React.ChangeEvent",
"package": "@types/react"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 567,
"name": "TextareaInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 11,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L11"
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reflection",
"declaration": {
"id": 568,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 572,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 15,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L15"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 576,
"name": "error",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 19,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L19"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 571,
"name": "id",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 14,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L14"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 575,
"name": "inputRef",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 18,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L18"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.RefObject"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLTextAreaElement"
},
"name": "HTMLTextAreaElement",
"package": "typescript"
}
],
"name": "RefObject",
"package": "@types/react",
"qualifiedName": "React.RefObject"
}
},
{
"id": 570,
"name": "labelText",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L13"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 573,
"name": "monospaced",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 16,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L16"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 569,
"name": "name",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 12,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L12"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 574,
"name": "onChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 17,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L17"
}
],
"type": {
"type": "reference",
"target": 562,
"name": "TextareaInputChangeEventHandler",
"package": "datocms-react-ui"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
572,
576,
571,
575,
570,
573,
569,
574
]
}
],
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 11,
"character": 33,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L11"
}
]
}
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "textarea"
},
"objectType": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.IntrinsicElements"
},
"name": "JSX.IntrinsicElements",
"package": "@types/react",
"qualifiedName": "__global.JSX.IntrinsicElements"
}
},
{
"type": "literal",
"value": "onChange"
}
],
"name": "Omit",
"package": "typescript"
}
]
}
},
{
"id": 540,
"name": "TextInputChangeEventHandler",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 6,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L6"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 541,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 6,
"character": 42,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L6"
}
],
"signatures": [
{
"id": 542,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"parameters": [
{
"id": 543,
"name": "newValue",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 544,
"name": "event",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ChangeEvent"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLInputElement"
},
"name": "HTMLInputElement",
"package": "typescript"
}
],
"name": "React.ChangeEvent",
"package": "@types/react"
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
},
{
"id": 545,
"name": "TextInputProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 11,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L11"
}
],
"type": {
"type": "intersection",
"types": [
{
"type": "reflection",
"declaration": {
"id": 546,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 551,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 24,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L24"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 555,
"name": "error",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 28,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L28"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 550,
"name": "id",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 23,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L23"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 554,
"name": "inputRef",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 27,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L27"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.RefObject"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLInputElement"
},
"name": "HTMLInputElement",
"package": "typescript"
}
],
"name": "RefObject",
"package": "@types/react",
"qualifiedName": "React.RefObject"
}
},
{
"id": 549,
"name": "labelText",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 22,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L22"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 552,
"name": "monospaced",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 25,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L25"
}
],
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 548,
"name": "name",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 21,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L21"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 553,
"name": "onChange",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 26,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L26"
}
],
"type": {
"type": "reference",
"target": 540,
"name": "TextInputChangeEventHandler",
"package": "datocms-react-ui"
}
},
{
"id": 547,
"name": "type",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 12,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L12"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "text"
},
{
"type": "literal",
"value": "password"
},
{
"type": "literal",
"value": "email"
},
{
"type": "literal",
"value": "number"
},
{
"type": "literal",
"value": "search"
},
{
"type": "literal",
"value": "url"
},
{
"type": "literal",
"value": "date"
},
{
"type": "literal",
"value": "time"
}
]
}
}
],
"groups": [
{
"title": "Properties",
"children": [
551,
555,
550,
554,
549,
552,
548,
553,
547
]
}
],
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 11,
"character": 29,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L11"
}
]
}
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
"qualifiedName": "Omit"
},
"typeArguments": [
{
"type": "indexedAccess",
"indexType": {
"type": "literal",
"value": "input"
},
"objectType": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.IntrinsicElements"
},
"name": "JSX.IntrinsicElements",
"package": "@types/react",
"qualifiedName": "__global.JSX.IntrinsicElements"
}
},
{
"type": "literal",
"value": "onChange"
}
],
"name": "Omit",
"package": "typescript"
}
]
}
},
{
"id": 591,
"name": "ToolbarButtonProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 9,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 592,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 593,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 10,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L10"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 594,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 11,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L11"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 596,
"name": "onClick",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 13,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L13"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MouseEventHandler"
},
"name": "MouseEventHandler",
"package": "@types/react",
"qualifiedName": "React.MouseEventHandler"
}
},
{
"id": 595,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 12,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L12"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
593,
594,
596,
595
]
}
],
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 9,
"character": 26,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
}
]
}
}
},
{
"id": 583,
"name": "ToolbarProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 584,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 585,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L6"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 586,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L7"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 587,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L8"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
585,
586,
587
]
}
],
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 5,
"character": 27,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
}
]
}
}
},
{
"id": 608,
"name": "ToolbarStackProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 609,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 610,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L6"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 611,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L7"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 612,
"name": "stackSize",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L8"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": "s"
},
{
"type": "literal",
"value": "m"
},
{
"type": "literal",
"value": "l"
}
]
}
},
{
"id": 613,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 9,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L9"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
610,
611,
612,
613
]
}
],
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 5,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
}
]
}
}
},
{
"id": 600,
"name": "ToolbarTitleProps",
"variant": "declaration",
"kind": 2097152,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 5,
"character": 12,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
}
],
"type": {
"type": "reflection",
"declaration": {
"id": 601,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"children": [
{
"id": 602,
"name": "children",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 6,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L6"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.ReactNode"
},
"name": "ReactNode",
"package": "@types/react",
"qualifiedName": "React.ReactNode"
}
},
{
"id": 603,
"name": "className",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 7,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L7"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
},
{
"id": 604,
"name": "style",
"variant": "declaration",
"kind": 1024,
"flags": {
"isOptional": true
},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 8,
"character": 2,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L8"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.CSSProperties"
},
"name": "CSSProperties",
"package": "@types/react",
"qualifiedName": "React.CSSProperties"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
602,
603,
604
]
}
],
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 5,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
}
]
}
}
},
{
"id": 61,
"name": "CtxContext",
"variant": "declaration",
"kind": 32,
"flags": {
"isConst": true
},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 18,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L18"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.Context"
},
"typeArguments": [
{
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"target": 58,
"name": "BaseCtx",
"package": "datocms-react-ui"
}
]
}
],
"name": "Context",
"package": "@types/react",
"qualifiedName": "React.Context"
},
"defaultValue": "..."
},
{
"id": 208,
"name": "AsyncCreatableSelectField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 205,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L205"
}
],
"signatures": [
{
"id": 209,
"name": "AsyncCreatableSelectField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 205,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L205"
}
],
"typeParameters": [
{
"id": 210,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 211,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 212,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 210,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 212,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 213,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncCreatableSelectFieldProps"
},
"typeArguments": [
{
"type": "reference",
"target": 210,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 211,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 212,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncCreatableSelectFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 232,
"name": "AsyncCreatableSelectInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 216,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L216"
}
],
"signatures": [
{
"id": 233,
"name": "AsyncCreatableSelectInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 216,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L216"
}
],
"typeParameters": [
{
"id": 234,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"default": {
"type": "intrinsic",
"name": "unknown"
}
},
{
"id": 235,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
},
"default": {
"type": "literal",
"value": false
}
},
{
"id": 236,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 234,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 236,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
},
"default": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 234,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 237,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 250,
"typeArguments": [
{
"type": "reference",
"target": 234,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 235,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 236,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncCreatableSelectInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 196,
"name": "AsyncSelectField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 91,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L91"
}
],
"signatures": [
{
"id": 197,
"name": "AsyncSelectField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 91,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L91"
}
],
"typeParameters": [
{
"id": 198,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 199,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 200,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 198,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 200,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 201,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncSelectFieldProps"
},
"typeArguments": [
{
"type": "reference",
"target": 198,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 199,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 200,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncSelectFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 220,
"name": "AsyncSelectInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 158,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L158"
}
],
"signatures": [
{
"id": 221,
"name": "AsyncSelectInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 158,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L158"
}
],
"typeParameters": [
{
"id": 222,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"default": {
"type": "intrinsic",
"name": "unknown"
}
},
{
"id": 223,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
},
"default": {
"type": "literal",
"value": false
}
},
{
"id": 224,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 222,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 224,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
},
"default": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 222,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 225,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 242,
"typeArguments": [
{
"type": "reference",
"target": 222,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 223,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 224,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "AsyncSelectInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 166,
"name": "BackIcon",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 10,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L10"
}
],
"signatures": [
{
"id": 167,
"name": "BackIcon",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 10,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L10"
}
],
"parameters": [
{
"id": 168,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 181,
"name": "IconProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 1,
"name": "Button",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 81,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L81"
}
],
"signatures": [
{
"id": 2,
"name": "Button",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Button types",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <div style={{ marginBottom: 'var(--spacing-m)' }}>\n <Button buttonType=\"muted\">Submit</Button>{' '}\n <Button buttonType=\"primary\">Submit</Button>{' '}\n <Button buttonType=\"negative\">Submit</Button>\n </div>\n <div>\n <Button buttonType=\"muted\" disabled>\n Submit\n </Button>{' '}\n <Button buttonType=\"primary\" disabled>\n Submit\n </Button>{' '}\n <Button buttonType=\"negative\" disabled>\n Submit\n </Button>\n </div>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Full-width",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Button fullWidth>Submit</Button>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Sizing",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Button buttonSize=\"xxs\">Submit</Button>{' '}\n <Button buttonSize=\"xs\">Submit</Button>{' '}\n <Button buttonSize=\"s\">Submit</Button>{' '}\n <Button buttonSize=\"m\">Submit</Button>{' '}\n <Button buttonSize=\"l\">Submit</Button>{' '}\n <Button buttonSize=\"xl\">Submit</Button>{' '}\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Icons",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <div style={{ marginBottom: 'var(--spacing-m)' }}>\n <Button leftIcon={<PlusIcon />}>Submit</Button>\n </div>\n <div style={{ marginBottom: 'var(--spacing-m)' }}>\n <Button rightIcon={<ChevronDownIcon />}>Options</Button>\n </div>\n <div>\n <Button leftIcon={<PlusIcon />} />\n </div>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 81,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L81"
}
],
"parameters": [
{
"id": 3,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 7,
"name": "ButtonProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 33,
"name": "ButtonGroup",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 25,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
}
],
"signatures": [
{
"id": 34,
"name": "ButtonGroup",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Basic example",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <ButtonGroup>\n <ButtonGroupButton>First</ButtonGroupButton>\n <ButtonGroupButton selected>Second</ButtonGroupButton>\n <ButtonGroupButton>Third</ButtonGroupButton>\n <ButtonGroupButton disabled>Fourth</ButtonGroupButton>\n </ButtonGroup>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/ButtonGroup/Group/index.tsx",
"line": 25,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
}
],
"parameters": [
{
"id": 35,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 36,
"name": "GroupProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 41,
"name": "ButtonGroupButton",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 18,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
}
],
"signatures": [
{
"id": 42,
"name": "ButtonGroupButton",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/ButtonGroup/Button/index.tsx",
"line": 18,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
}
],
"parameters": [
{
"id": 43,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 44,
"name": "ButtonProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 4,
"name": "ButtonLink",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 134,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L134"
}
],
"signatures": [
{
"id": 5,
"name": "ButtonLink",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Button/index.tsx",
"line": 134,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Button/index.tsx#L134"
}
],
"parameters": [
{
"id": 6,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 20,
"name": "ButtonLinkProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 55,
"name": "Canvas",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 529,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L529"
}
],
"signatures": [
{
"id": 56,
"name": "Canvas",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Color palette CSS variables",
"content": [
{
"kind": "text",
"text": "Within the "
},
{
"kind": "code",
"text": "`Canvas`"
},
{
"kind": "text",
"text": " component, a color palette is made available as a set of\nCSS variables, allowing you to conform to the theme of the current\nenvironment:\n\n"
},
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Section title=\"Text colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--base-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--base-body-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--light-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-body-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--placeholder-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--placeholder-body-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n <Section title=\"UI colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--light-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--lighter-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--lighter-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--disabled-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--disabled-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--border-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--border-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--darker-border-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--darker-border-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--alert-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--alert-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--warning-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--warning-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--notice-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--notice-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--warning-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--warning-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--add-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--add-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--remove-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--remove-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n <Section title=\"Project-specific colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--accent-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--accent-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--primary-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--primary-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--light-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--dark-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--dark-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Typography CSS variables",
"content": [
{
"kind": "text",
"text": "Typography is a foundational element in UI design. Good typography\nestablishes a strong, cohesive visual hierarchy and presents content clearly\nand efficiently to users. Within the "
},
{
"kind": "code",
"text": "`Canvas`"
},
{
"kind": "text",
"text": " component, a set of CSS\nvariables is available allowing your plugin to conform to the overall\nlook&feel of DatoCMS:\n\n"
},
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--font-size-xxs</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-xxs)' }}>\n Size XXS\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xs</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-xs)' }}>Size XS</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-s</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-s)' }}>Size S</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-m</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-m)' }}>Size M</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-l</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-l)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size L\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XL\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xxl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xxl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XXL\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xxxl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xxxl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XXXL\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Spacing CSS variables",
"content": [
{
"kind": "text",
"text": "The following CSS variables are available as well, to mimick the spacing\nbetween elements used by the main DatoCMS application. Negative spacing\nvariables are available too ("
},
{
"kind": "code",
"text": "`--negative-spacing-<SIZE>`"
},
{
"kind": "text",
"text": ").\n\n"
},
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--spacing-s</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-s)',\n height: 'var(--spacing-s)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-m</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-m)',\n height: 'var(--spacing-m)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-l</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-l)',\n height: 'var(--spacing-l)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-xl)',\n height: 'var(--spacing-xl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-xxl)',\n height: 'var(--spacing-xxl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent-color)',\n width: 'var(--spacing-xxxl)',\n height: 'var(--spacing-xxxl)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 529,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L529"
}
],
"parameters": [
{
"id": 57,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 62,
"name": "CanvasProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 175,
"name": "CaretDownIcon",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 70,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L70"
}
],
"signatures": [
{
"id": 176,
"name": "CaretDownIcon",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 70,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L70"
}
],
"parameters": [
{
"id": 177,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 181,
"name": "IconProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 178,
"name": "CaretUpIcon",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 90,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L90"
}
],
"signatures": [
{
"id": 179,
"name": "CaretUpIcon",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 90,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L90"
}
],
"parameters": [
{
"id": 180,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 181,
"name": "IconProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 67,
"name": "ContextInspector",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/ContextInspector/index.tsx",
"line": 186,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ContextInspector/index.tsx#L186"
}
],
"signatures": [
{
"id": 68,
"name": "ContextInspector",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/ContextInspector/index.tsx",
"line": 186,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/ContextInspector/index.tsx#L186"
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 202,
"name": "CreatableSelectField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 148,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L148"
}
],
"signatures": [
{
"id": 203,
"name": "CreatableSelectField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 148,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L148"
}
],
"typeParameters": [
{
"id": 204,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 205,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 206,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 204,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 206,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 207,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "CreatableSelectFieldProps"
},
"typeArguments": [
{
"type": "reference",
"target": 204,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 205,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 206,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "CreatableSelectFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 226,
"name": "CreatableSelectInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 187,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L187"
}
],
"signatures": [
{
"id": 227,
"name": "CreatableSelectInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 187,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L187"
}
],
"typeParameters": [
{
"id": 228,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"default": {
"type": "intrinsic",
"name": "unknown"
}
},
{
"id": 229,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
},
"default": {
"type": "literal",
"value": false
}
},
{
"id": 230,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 228,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 230,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
},
"default": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 228,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 231,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 246,
"typeArguments": [
{
"type": "reference",
"target": 228,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 229,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 230,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "CreatableSelectInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 69,
"name": "Dropdown",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 119,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
}
],
"signatures": [
{
"id": 70,
"name": "Dropdown",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Basic example",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Dropdown\n renderTrigger={({ open, onClick }) => (\n <Button\n onClick={onClick}\n rightIcon={open ? <CaretUpIcon /> : <CaretDownIcon />}\n >\n Options\n </Button>\n )}\n >\n <DropdownMenu>\n <DropdownOption onClick={() => {}}>Edit</DropdownOption>\n <DropdownOption disabled onClick={() => {}}>\n Duplicate\n </DropdownOption>\n <DropdownSeparator />\n <DropdownOption red onClick={() => {}}>\n Delete\n </DropdownOption>\n </DropdownMenu>\n </Dropdown>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Option actions",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Dropdown\n renderTrigger={({ open, onClick }) => (\n <Button\n onClick={onClick}\n rightIcon={open ? <CaretUpIcon /> : <CaretDownIcon />}\n >\n Fields\n </Button>\n )}\n >\n <DropdownMenu>\n <DropdownOption>\n First option\n <DropdownOptionAction icon={<PlusIcon />} onClick={() => {}} />\n <DropdownOptionAction\n red\n icon={<TrashIcon />}\n onClick={() => {}}\n />\n </DropdownOption>\n <DropdownOption>\n Second option\n <DropdownOptionAction icon={<PlusIcon />} onClick={() => {}} />\n <DropdownOptionAction\n red\n icon={<TrashIcon />}\n onClick={() => {}}\n />\n </DropdownOption>\n </DropdownMenu>\n </Dropdown>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Option groups",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Dropdown\n renderTrigger={({ open, onClick }) => (\n <Button\n onClick={onClick}\n rightIcon={open ? <CaretUpIcon /> : <CaretDownIcon />}\n >\n Fields\n </Button>\n )}\n >\n <DropdownMenu>\n <DropdownGroup name=\"Group 1\">\n <DropdownOption>Foo</DropdownOption>\n <DropdownOption>Bar</DropdownOption>\n <DropdownOption>Qux</DropdownOption>\n </DropdownGroup>\n <DropdownGroup name=\"Group 2\">\n <DropdownOption>Foo</DropdownOption>\n <DropdownOption>Bar</DropdownOption>\n <DropdownOption>Qux</DropdownOption>\n </DropdownGroup>\n <DropdownGroup name=\"Group 3\">\n <DropdownOption>Foo</DropdownOption>\n <DropdownOption>Bar</DropdownOption>\n <DropdownOption>Qux</DropdownOption>\n </DropdownGroup>\n </DropdownMenu>\n </Dropdown>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Dropdown/Dropdown.tsx",
"line": 119,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
}
],
"parameters": [
{
"id": 71,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 90,
"name": "DropdownProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 72,
"name": "DropdownGroup",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 10,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L10"
}
],
"signatures": [
{
"id": 73,
"name": "DropdownGroup",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Group.tsx",
"line": 10,
"character": 21,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Group.tsx#L10"
}
],
"parameters": [
{
"id": 74,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 97,
"name": "GroupProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 75,
"name": "DropdownMenu",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 132,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L132"
}
],
"signatures": [
{
"id": 76,
"name": "DropdownMenu",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Menu.tsx",
"line": 132,
"character": 20,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Menu.tsx#L132"
}
],
"parameters": [
{
"id": 77,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 101,
"name": "MenuProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 78,
"name": "DropdownOption",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 28,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L28"
}
],
"signatures": [
{
"id": 79,
"name": "DropdownOption",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Option.tsx",
"line": 28,
"character": 22,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Option.tsx#L28"
}
],
"parameters": [
{
"id": 80,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 105,
"name": "OptionProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
]
}
}
]
},
{
"id": 81,
"name": "DropdownOptionAction",
"variant": "declaration",
"kind": 64,
"flags": {},
"children": [
{
"id": 84,
"name": "displayName",
"variant": "declaration",
"kind": 1024,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 43,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
}
],
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"groups": [
{
"title": "Properties",
"children": [
84
]
}
],
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 14,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
},
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 43,
"character": 0,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
}
],
"signatures": [
{
"id": 82,
"name": "DropdownOptionAction",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/OptionAction.tsx",
"line": 14,
"character": 28,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
}
],
"parameters": [
{
"id": 83,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 119,
"name": "OptionActionProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 85,
"name": "DropdownSeparator",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Separator.tsx",
"line": 5,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Separator.tsx#L5"
}
],
"signatures": [
{
"id": 86,
"name": "DropdownSeparator",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Separator.tsx",
"line": 5,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Separator.tsx#L5"
}
],
"type": {
"type": "union",
"types": [
{
"type": "literal",
"value": null
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
]
}
}
]
},
{
"id": 87,
"name": "DropdownText",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Text.tsx",
"line": 6,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Text.tsx#L6"
}
],
"signatures": [
{
"id": 88,
"name": "DropdownText",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Dropdown/Text.tsx",
"line": 6,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Dropdown/Text.tsx#L6"
}
],
"parameters": [
{
"id": 89,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 128,
"name": "TextProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 131,
"name": "FieldError",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/FieldError/index.tsx",
"line": 8,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldError/index.tsx#L8"
}
],
"signatures": [
{
"id": 132,
"name": "FieldError",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/FieldError/index.tsx",
"line": 8,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldError/index.tsx#L8"
}
],
"parameters": [
{
"id": 133,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/FieldError/index.tsx",
"qualifiedName": "FieldErrorProps"
},
"name": "FieldErrorProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 134,
"name": "FieldGroup",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 11,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L11"
}
],
"signatures": [
{
"id": 135,
"name": "FieldGroup",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/FieldGroup/index.tsx",
"line": 11,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldGroup/index.tsx#L11"
}
],
"parameters": [
{
"id": 136,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 137,
"name": "FieldGroupProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 141,
"name": "FieldHint",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/FieldHint/index.tsx",
"line": 8,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldHint/index.tsx#L8"
}
],
"signatures": [
{
"id": 142,
"name": "FieldHint",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/FieldHint/index.tsx",
"line": 8,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldHint/index.tsx#L8"
}
],
"parameters": [
{
"id": 143,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/FieldHint/index.tsx",
"qualifiedName": "FieldHintProps"
},
"name": "FieldHintProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 153,
"name": "FieldWrapper",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/FieldWrapper/index.tsx",
"line": 14,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldWrapper/index.tsx#L14"
}
],
"signatures": [
{
"id": 154,
"name": "FieldWrapper",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/FieldWrapper/index.tsx",
"line": 14,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FieldWrapper/index.tsx#L14"
}
],
"parameters": [
{
"id": 155,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/FieldWrapper/index.tsx",
"qualifiedName": "FieldWrapperProps"
},
"name": "FieldWrapperProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 150,
"name": "Form",
"variant": "declaration",
"kind": 64,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Full example",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Form onSubmit={() => console.log('onSubmit')}>\n <FieldGroup>\n <TextField\n required\n name=\"name\"\n id=\"name\"\n label=\"Name\"\n value=\"Mark Smith\"\n placeholder=\"Enter full name\"\n hint=\"Provide a full name\"\n onChange={(newValue) => console.log(newValue)}\n />\n <TextField\n required\n name=\"email\"\n id=\"email\"\n label=\"Email\"\n type=\"email\"\n value=\"\"\n placeholder=\"[email protected]\"\n error=\"Please enter an email!\"\n hint=\"Enter email address\"\n onChange={(newValue) => console.log(newValue)}\n />\n <TextField\n required\n name=\"apiToken\"\n id=\"apiToken\"\n label=\"API Token\"\n value=\"XXXYYY123\"\n hint=\"Enter a valid API token\"\n textInputProps={{ monospaced: true }}\n onChange={(newValue) => console.log(newValue)}\n />\n <TextareaField\n required\n name=\"longText\"\n id=\"longText\"\n label=\"Long text\"\n value=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit..\"\n hint=\"Enter some text\"\n onChange={(newValue) => console.log(newValue)}\n />\n <SelectField\n name=\"option\"\n id=\"option\"\n label=\"Option\"\n hint=\"Select one of the options\"\n value={{ label: 'Option 1', value: 'option1' }}\n selectInputProps={{\n options: [\n { label: 'Option 1', value: 'option1' },\n { label: 'Option 2', value: 'option2' },\n { label: 'Option 3', value: 'option3' },\n ],\n }}\n onChange={(newValue) => console.log(newValue)}\n />\n <SelectField\n name=\"multipleOption\"\n id=\"multipleOption\"\n label=\"Multiple options\"\n hint=\"Select one of the options\"\n value={[\n { label: 'Option 1', value: 'option1' },\n { label: 'Option 2', value: 'option2' },\n ]}\n selectInputProps={{\n isMulti: true,\n options: [\n { label: 'Option 1', value: 'option1' },\n { label: 'Option 2', value: 'option2' },\n { label: 'Option 3', value: 'option3' },\n ],\n }}\n onChange={(newValue) => console.log(newValue)}\n />\n <SwitchField\n name=\"debugMode\"\n id=\"debugMode\"\n label=\"Debug mode active?\"\n hint=\"Logs messages to console\"\n value={true}\n onChange={(newValue) => console.log(newValue)}\n />\n </FieldGroup>\n <FieldGroup>\n <Button fullWidth buttonType=\"primary\">\n Submit\n </Button>\n </FieldGroup>\n </Form>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 120,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L120"
}
],
"signatures": [
{
"id": 151,
"name": "Form",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Form/index.tsx",
"line": 120,
"character": 20,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Form/index.tsx#L120"
}
],
"parameters": [
{
"id": 152,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 144,
"name": "FormProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 163,
"name": "FormLabel",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 14,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L14"
}
],
"signatures": [
{
"id": 164,
"name": "FormLabel",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/FormLabel/index.tsx",
"line": 14,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/FormLabel/index.tsx#L14"
}
],
"parameters": [
{
"id": 165,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 156,
"name": "FormLabelProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 624,
"name": "MediaQuery",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 71,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L71"
}
],
"signatures": [
{
"id": 625,
"name": "MediaQuery",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 71,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L71"
}
],
"parameters": [
{
"id": 626,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 630,
"name": "MediaQueryProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "union",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
},
{
"type": "literal",
"value": null
}
]
}
}
]
},
{
"id": 187,
"name": "Section",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Section/index.tsx",
"line": 63,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Section/index.tsx#L63"
}
],
"signatures": [
{
"id": 188,
"name": "Section",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Basic usage",
"content": [
{
"kind": "code",
"text": "```jsx\n<Canvas ctx={ctx}>\n <Section title=\"Section title\">\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do\n eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim\n ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n aliquip ex ea commodo consequat.\n </Section>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Highlighted",
"content": [
{
"kind": "code",
"text": "```jsx\n<Canvas ctx={ctx}>\n <Section title=\"Section title\" highlighted>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do\n eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim\n ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut\n aliquip ex ea commodo consequat.\n </Section>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Collapsible",
"content": [
{
"kind": "code",
"text": "```jsx\n<Canvas ctx={ctx}>\n <StateManager initial={true}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Section title\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do\n eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut\n enim ad minim veniam, quis nostrud exercitation ullamco laboris\n nisi ut aliquip ex ea commodo consequat.\n </Section>\n )}\n </StateManager>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Section/index.tsx",
"line": 63,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Section/index.tsx#L63"
}
],
"parameters": [
{
"id": 189,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/Section/index.tsx",
"qualifiedName": "SectionProps"
},
"name": "SectionProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 190,
"name": "SelectField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 34,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L34"
}
],
"signatures": [
{
"id": 191,
"name": "SelectField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectField/index.tsx",
"line": 34,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectField/index.tsx#L34"
}
],
"typeParameters": [
{
"id": 192,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {}
},
{
"id": 193,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
}
},
{
"id": 194,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 192,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 194,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 195,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "SelectFieldProps"
},
"typeArguments": [
{
"type": "reference",
"target": 192,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 193,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 194,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "SelectFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 214,
"name": "SelectInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 130,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L130"
}
],
"signatures": [
{
"id": 215,
"name": "SelectInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SelectInput/index.tsx",
"line": 130,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SelectInput/index.tsx#L130"
}
],
"typeParameters": [
{
"id": 216,
"name": "Option",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"default": {
"type": "intrinsic",
"name": "unknown"
}
},
{
"id": 217,
"name": "IsMulti",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "intrinsic",
"name": "boolean"
},
"default": {
"type": "literal",
"value": false
}
},
{
"id": 218,
"name": "Group",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 216,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 218,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
},
"default": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/react-select/dist/declarations/src/types.d.ts",
"qualifiedName": "GroupBase"
},
"typeArguments": [
{
"type": "reference",
"target": 216,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "GroupBase",
"package": "react-select"
}
}
],
"parameters": [
{
"id": 219,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 238,
"typeArguments": [
{
"type": "reference",
"target": 216,
"name": "Option",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 217,
"name": "IsMulti",
"package": "datocms-react-ui",
"refersToTypeParameter": true
},
{
"type": "reference",
"target": 218,
"name": "Group",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "SelectInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 169,
"name": "SidebarLeftArrowIcon",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 30,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L30"
}
],
"signatures": [
{
"id": 170,
"name": "SidebarLeftArrowIcon",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 30,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L30"
}
],
"parameters": [
{
"id": 171,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 181,
"name": "IconProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 254,
"name": "SidebarPanel",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 73,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L73"
}
],
"signatures": [
{
"id": 255,
"name": "SidebarPanel",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Basic example",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <div style={{ display: 'flex' }}>\n <div\n style={{\n width: '300px',\n borderRight: '1px solid var(--border-color)',\n }}\n >\n <SidebarPanel title=\"Default\">Content</SidebarPanel>\n <SidebarPanel title=\"Start open\" startOpen>\n Content\n </SidebarPanel>\n <SidebarPanel title=\"Content with no padding\" noPadding>\n Content\n </SidebarPanel>\n </div>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n }}\n >\n Main content\n </div>\n </div>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/SidebarPanel/index.tsx",
"line": 73,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SidebarPanel/index.tsx#L73"
}
],
"parameters": [
{
"id": 256,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 257,
"name": "SidebarPanelProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 172,
"name": "SidebarRightArrowIcon",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 50,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L50"
}
],
"signatures": [
{
"id": 173,
"name": "SidebarRightArrowIcon",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/icons.tsx",
"line": 50,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/icons.tsx#L50"
}
],
"parameters": [
{
"id": 174,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 181,
"name": "IconProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 263,
"name": "Spinner",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Spinner/index.tsx",
"line": 30,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Spinner/index.tsx#L30"
}
],
"signatures": [
{
"id": 264,
"name": "Spinner",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [],
"blockTags": [
{
"tag": "@example",
"name": "Inline spinner",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n Foo bar <Spinner size={24} />\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Centered spinner",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <div style={{ height: '200px', position: 'relative' }}>\n <Spinner size={48} placement=\"centered\" />\n </div>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Spinner/index.tsx",
"line": 30,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Spinner/index.tsx#L30"
}
],
"parameters": [
{
"id": 265,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/Spinner/index.tsx",
"qualifiedName": "SpinnerProps"
},
"name": "SpinnerProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 266,
"name": "SwitchField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SwitchField/index.tsx",
"line": 26,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchField/index.tsx#L26"
}
],
"signatures": [
{
"id": 267,
"name": "SwitchField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SwitchField/index.tsx",
"line": 26,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchField/index.tsx#L26"
}
],
"parameters": [
{
"id": 268,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/SwitchField/index.tsx",
"qualifiedName": "SwitchFieldProps"
},
"name": "SwitchFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 269,
"name": "SwitchInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 21,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L21"
}
],
"signatures": [
{
"id": 270,
"name": "SwitchInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/SwitchInput/index.tsx",
"line": 21,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/SwitchInput/index.tsx#L21"
}
],
"parameters": [
{
"id": 271,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 277,
"name": "SwitchInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 559,
"name": "TextareaField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/TextareaField/index.tsx",
"line": 23,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaField/index.tsx#L23"
}
],
"signatures": [
{
"id": 560,
"name": "TextareaField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/TextareaField/index.tsx",
"line": 23,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaField/index.tsx#L23"
}
],
"parameters": [
{
"id": 561,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/TextareaField/index.tsx",
"qualifiedName": "TextareaFieldProps"
},
"name": "TextareaFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 577,
"name": "TextareaInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 22,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L22"
}
],
"signatures": [
{
"id": 578,
"name": "TextareaInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/TextareaInput/index.tsx",
"line": 22,
"character": 29,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextareaInput/index.tsx#L22"
}
],
"parameters": [
{
"id": 579,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 567,
"name": "TextareaInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 537,
"name": "TextField",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/TextField/index.tsx",
"line": 23,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextField/index.tsx#L23"
}
],
"signatures": [
{
"id": 538,
"name": "TextField",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/TextField/index.tsx",
"line": 23,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextField/index.tsx#L23"
}
],
"parameters": [
{
"id": 539,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "src/TextField/index.tsx",
"qualifiedName": "TextFieldProps"
},
"name": "TextFieldProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 556,
"name": "TextInput",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 31,
"character": 13,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L31"
}
],
"signatures": [
{
"id": 557,
"name": "TextInput",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/TextInput/index.tsx",
"line": 31,
"character": 25,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/TextInput/index.tsx#L31"
}
],
"parameters": [
{
"id": 558,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 545,
"name": "TextInputProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 580,
"name": "Toolbar",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 95,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
}
],
"signatures": [
{
"id": 581,
"name": "Toolbar",
"variant": "signature",
"kind": 4096,
"flags": {},
"comment": {
"summary": [
{
"kind": "text",
"text": "-"
}
],
"blockTags": [
{
"tag": "@example",
"name": "Basic example",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "Buttons and actions",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarButton>\n <BackIcon />\n </ToolbarButton>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <Button buttonType=\"primary\">Action</Button>\n </ToolbarStack>\n <ToolbarButton>\n <SidebarLeftArrowIcon />\n </ToolbarButton>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
}
]
},
{
"tag": "@example",
"name": "With button group",
"content": [
{
"kind": "code",
"text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <ButtonGroup>\n <ButtonGroupButton>First</ButtonGroupButton>\n <ButtonGroupButton selected>Second</ButtonGroupButton>\n <ButtonGroupButton>Third</ButtonGroupButton>\n </ButtonGroup>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
}
]
}
]
},
"sources": [
{
"fileName": "src/Toolbar/Toolbar/index.tsx",
"line": 95,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
}
],
"parameters": [
{
"id": 582,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 583,
"name": "ToolbarProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 588,
"name": "ToolbarButton",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 16,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
}
],
"signatures": [
{
"id": 589,
"name": "ToolbarButton",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Button/index.tsx",
"line": 16,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
}
],
"parameters": [
{
"id": 590,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 591,
"name": "ButtonProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 605,
"name": "ToolbarStack",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 12,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
}
],
"signatures": [
{
"id": 606,
"name": "ToolbarStack",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Stack/index.tsx",
"line": 12,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
}
],
"parameters": [
{
"id": 607,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 608,
"name": "StackProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 597,
"name": "ToolbarTitle",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 11,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
}
],
"signatures": [
{
"id": 598,
"name": "ToolbarTitle",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Toolbar/Title/index.tsx",
"line": 11,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
}
],
"parameters": [
{
"id": 599,
"name": "__namedParameters",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reference",
"target": 600,
"name": "TitleProps",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__global.JSX.Element"
},
"name": "JSX.Element",
"package": "@types/react",
"qualifiedName": "__global.JSX.Element"
}
}
]
},
{
"id": 614,
"name": "useClickOutside",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/useClickOutside/index.ts",
"line": 3,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useClickOutside/index.ts#L3"
}
],
"signatures": [
{
"id": 615,
"name": "useClickOutside",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/useClickOutside/index.ts",
"line": 3,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useClickOutside/index.ts#L3"
}
],
"typeParameters": [
{
"id": 616,
"name": "T",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "HTMLElement"
},
"name": "HTMLElement",
"package": "typescript"
}
}
],
"parameters": [
{
"id": 617,
"name": "handler",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "reflection",
"declaration": {
"id": 618,
"name": "__type",
"variant": "declaration",
"kind": 65536,
"flags": {},
"sources": [
{
"fileName": "src/useClickOutside/index.ts",
"line": 4,
"character": 11,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useClickOutside/index.ts#L4"
}
],
"signatures": [
{
"id": 619,
"name": "__type",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/useClickOutside/index.ts",
"line": 4,
"character": 11,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useClickOutside/index.ts#L4"
}
],
"parameters": [
{
"id": 620,
"name": "event",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "MouseEvent"
},
"name": "MouseEvent",
"package": "typescript"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "TouchEvent"
},
"name": "TouchEvent",
"package": "typescript"
}
]
}
}
],
"type": {
"type": "intrinsic",
"name": "void"
}
}
]
}
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.RefObject"
},
"typeArguments": [
{
"type": "reference",
"target": 616,
"name": "T",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
],
"name": "React.RefObject",
"package": "@types/react"
}
}
]
},
{
"id": 52,
"name": "useCtx",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 20,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L20"
}
],
"signatures": [
{
"id": 53,
"name": "useCtx",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/Canvas/index.tsx",
"line": 20,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/Canvas/index.tsx#L20"
}
],
"typeParameters": [
{
"id": 54,
"name": "T",
"variant": "typeParam",
"kind": 131072,
"flags": {},
"type": {
"type": "reference",
"target": 58,
"name": "BaseCtx",
"package": "datocms-react-ui"
},
"default": {
"type": "reference",
"target": 58,
"name": "BaseCtx",
"package": "datocms-react-ui"
}
}
],
"type": {
"type": "reference",
"target": 54,
"name": "T",
"package": "datocms-react-ui",
"refersToTypeParameter": true
}
}
]
},
{
"id": 627,
"name": "useElementLayout",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 154,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L154"
}
],
"signatures": [
{
"id": 628,
"name": "useElementLayout",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 154,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L154"
}
],
"parameters": [
{
"id": 629,
"name": "ref",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "union",
"types": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.MutableRefObject"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "Element"
},
"name": "Element",
"package": "typescript"
}
],
"name": "MutableRefObject",
"package": "@types/react",
"qualifiedName": "React.MutableRefObject"
},
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "React.RefObject"
},
"typeArguments": [
{
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "Element"
},
"name": "Element",
"package": "typescript"
}
],
"name": "RefObject",
"package": "@types/react",
"qualifiedName": "React.RefObject"
}
]
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "DOMRect"
},
"name": "DOMRect",
"package": "typescript"
}
}
]
},
{
"id": 621,
"name": "useMediaQuery",
"variant": "declaration",
"kind": 64,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 12,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L12"
}
],
"signatures": [
{
"id": 622,
"name": "useMediaQuery",
"variant": "signature",
"kind": 4096,
"flags": {},
"sources": [
{
"fileName": "src/useMediaQuery/index.ts",
"line": 12,
"character": 16,
"url": "https://github.com/datocms/plugins-sdk/blob/9b93543e1278c5b69638b6cb6f77f4e2181f9ef2/packages/react-ui/src/useMediaQuery/index.ts#L12"
}
],
"parameters": [
{
"id": 623,
"name": "media",
"variant": "param",
"kind": 32768,
"flags": {},
"type": {
"type": "intrinsic",
"name": "string"
}
}
],
"type": {
"type": "reference",
"target": {
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
"qualifiedName": "MediaQueryList"
},
"name": "MediaQueryList",
"package": "typescript"
}
}
]
}
],
"groups": [
{
"title": "Interfaces",
"children": [
137,
156,
144,
277
]
},
{
"title": "Type Aliases",
"children": [
250,
242,
58,
44,
36,
20,
7,
62,
246,
97,
101,
119,
105,
90,
128,
181,
630,
238,
257,
272,
562,
567,
540,
545,
591,
583,
608,
600
]
},
{
"title": "Variables",
"children": [
61
]
},
{
"title": "Functions",
"children": [
208,
232,
196,
220,
166,
1,
33,
41,
4,
55,
175,
178,
67,
202,
226,
69,
72,
75,
78,
81,
85,
87,
131,
134,
141,
153,
150,
163,
624,
187,
190,
214,
169,
254,
172,
263,
266,
269,
559,
577,
537,
556,
580,
588,
605,
597,
614,
52,
627,
621
]
}
],
"packageName": "datocms-react-ui",
"readme": [
{
"kind": "text",
"text": "# "
},
{
"kind": "code",
"text": "`datocms-plugin-sdk`"
},
{
"kind": "text",
"text": "\n\nReact component library to mimic the DatoCMS interface inside plugins. You can read all about this package in [our documentation](https://www.datocms.com/docs/plugin-sdk).\n\n## Installation\n\nUsing [npm](http://npmjs.org/):\n\n"
},
{
"kind": "code",
"text": "```sh\nnpm install datocms-plugin-sdk\n```"
},
{
"kind": "text",
"text": "\n\nUsing [yarn](https://yarnpkg.com/):\n\n"
},
{
"kind": "code",
"text": "```sh\nyarn add datocms-plugin-sdk\n```"
}
],
"symbolIdMap": {
"0": {
"sourceFileName": "src/index.ts",
"qualifiedName": ""
},
"1": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "Button"
},
"2": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "Button"
},
"3": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__0"
},
"4": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "ButtonLink"
},
"5": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "ButtonLink"
},
"6": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__0"
},
"7": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "ButtonProps"
},
"8": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type"
},
"9": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.children"
},
"10": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.type"
},
"11": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.className"
},
"12": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.disabled"
},
"13": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.onClick"
},
"14": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.buttonType"
},
"15": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.buttonSize"
},
"16": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.leftIcon"
},
"17": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.rightIcon"
},
"18": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.fullWidth"
},
"19": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.style"
},
"20": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "ButtonLinkProps"
},
"21": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type"
},
"22": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.children"
},
"23": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.href"
},
"24": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.target"
},
"25": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.className"
},
"26": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.onClick"
},
"27": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.buttonType"
},
"28": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.buttonSize"
},
"29": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.fullWidth"
},
"30": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.style"
},
"31": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.leftIcon"
},
"32": {
"sourceFileName": "src/Button/index.tsx",
"qualifiedName": "__type.rightIcon"
},
"33": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "Group"
},
"34": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "Group"
},
"35": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "__0"
},
"36": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "GroupProps"
},
"37": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "__type"
},
"38": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "__type.children"
},
"39": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "__type.className"
},
"40": {
"sourceFileName": "src/ButtonGroup/Group/index.tsx",
"qualifiedName": "__type.style"
},
"41": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "Button"
},
"42": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "Button"
},
"43": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__0"
},
"44": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "ButtonProps"
},
"45": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type"
},
"46": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.children"
},
"47": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.className"
},
"48": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.selected"
},
"49": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.disabled"
},
"50": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.style"
},
"51": {
"sourceFileName": "src/ButtonGroup/Button/index.tsx",
"qualifiedName": "__type.onClick"
},
"52": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "useCtx"
},
"53": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "useCtx"
},
"54": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "T"
},
"55": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "Canvas"
},
"56": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "Canvas"
},
"57": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__0"
},
"58": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "BaseCtx"
},
"59": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type"
},
"60": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type"
},
"61": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "CtxContext"
},
"62": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "CanvasProps"
},
"63": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type"
},
"64": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type.ctx"
},
"65": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type.noAutoResizer"
},
"66": {
"sourceFileName": "src/Canvas/index.tsx",
"qualifiedName": "__type.children"
},
"67": {
"sourceFileName": "src/ContextInspector/index.tsx",
"qualifiedName": "ContextInspector"
},
"68": {
"sourceFileName": "src/ContextInspector/index.tsx",
"qualifiedName": "ContextInspector"
},
"69": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "Dropdown"
},
"70": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "Dropdown"
},
"71": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__0"
},
"72": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "Group"
},
"73": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "Group"
},
"74": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "__0"
},
"75": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "Menu"
},
"76": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "Menu"
},
"77": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "__0"
},
"78": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "Option"
},
"79": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "Option"
},
"80": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__0"
},
"81": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "OptionAction"
},
"82": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "OptionAction"
},
"83": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__0"
},
"84": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "OptionAction.displayName"
},
"85": {
"sourceFileName": "src/Dropdown/Separator.tsx",
"qualifiedName": "Separator"
},
"86": {
"sourceFileName": "src/Dropdown/Separator.tsx",
"qualifiedName": "Separator"
},
"87": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "Text"
},
"88": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "Text"
},
"89": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "__0"
},
"90": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "DropdownProps"
},
"91": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__type"
},
"92": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__type.renderTrigger"
},
"93": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__type"
},
"94": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__type"
},
"95": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "ctx"
},
"96": {
"sourceFileName": "src/Dropdown/Dropdown.tsx",
"qualifiedName": "__type.children"
},
"97": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "GroupProps"
},
"98": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "__type"
},
"99": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "__type.children"
},
"100": {
"sourceFileName": "src/Dropdown/Group.tsx",
"qualifiedName": "__type.name"
},
"101": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "MenuProps"
},
"102": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "__type"
},
"103": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "__type.children"
},
"104": {
"sourceFileName": "src/Dropdown/Menu.tsx",
"qualifiedName": "__type.alignment"
},
"105": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "OptionProps"
},
"106": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type"
},
"107": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.onClick"
},
"108": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type"
},
"109": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type"
},
"110": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "e"
},
"111": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.to"
},
"112": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.active"
},
"113": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.red"
},
"114": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.valid"
},
"115": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.invalid"
},
"116": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.children"
},
"117": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.disabled"
},
"118": {
"sourceFileName": "src/Dropdown/Option.tsx",
"qualifiedName": "__type.closeMenuOnClick"
},
"119": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "OptionActionProps"
},
"120": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type"
},
"121": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type.icon"
},
"122": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type.red"
},
"123": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type.onClick"
},
"124": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type"
},
"125": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type"
},
"126": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "e"
},
"127": {
"sourceFileName": "src/Dropdown/OptionAction.tsx",
"qualifiedName": "__type.closeMenuOnClick"
},
"128": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "TextProps"
},
"129": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "__type"
},
"130": {
"sourceFileName": "src/Dropdown/Text.tsx",
"qualifiedName": "__type.children"
},
"131": {
"sourceFileName": "src/FieldError/index.tsx",
"qualifiedName": "FieldError"
},
"132": {
"sourceFileName": "src/FieldError/index.tsx",
"qualifiedName": "FieldError"
},
"133": {
"sourceFileName": "src/FieldError/index.tsx",
"qualifiedName": "__0"
},
"134": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroup"
},
"135": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroup"
},
"136": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "__0"
},
"137": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroupProps"
},
"138": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroupProps.className"
},
"139": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroupProps.children"
},
"140": {
"sourceFileName": "src/FieldGroup/index.tsx",
"qualifiedName": "FieldGroupProps.style"
},
"141": {
"sourceFileName": "src/FieldHint/index.tsx",
"qualifiedName": "FieldHint"
},
"142": {
"sourceFileName": "src/FieldHint/index.tsx",
"qualifiedName": "FieldHint"
},
"143": {
"sourceFileName": "src/FieldHint/index.tsx",
"qualifiedName": "__0"
},
"144": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps"
},
"145": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps.onSubmit"
},
"146": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps.spacing"
},
"147": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps.style"
},
"148": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps.className"
},
"149": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "FormProps.children"
},
"150": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "Form"
},
"151": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "Form"
},
"152": {
"sourceFileName": "src/Form/index.tsx",
"qualifiedName": "__0"
},
"153": {
"sourceFileName": "src/FieldWrapper/index.tsx",
"qualifiedName": "FieldWrapper"
},
"154": {
"sourceFileName": "src/FieldWrapper/index.tsx",
"qualifiedName": "FieldWrapper"
},
"155": {
"sourceFileName": "src/FieldWrapper/index.tsx",
"qualifiedName": "__0"
},
"156": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps"
},
"157": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.htmlFor"
},
"158": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.children"
},
"159": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.className"
},
"160": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.required"
},
"161": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.error"
},
"162": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabelProps.code"
},
"163": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabel"
},
"164": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "FormLabel"
},
"165": {
"sourceFileName": "src/FormLabel/index.tsx",
"qualifiedName": "__0"
},
"166": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "BackIcon"
},
"167": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "BackIcon"
},
"168": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__0"
},
"169": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "SidebarLeftArrowIcon"
},
"170": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "SidebarLeftArrowIcon"
},
"171": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__0"
},
"172": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "SidebarRightArrowIcon"
},
"173": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "SidebarRightArrowIcon"
},
"174": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__0"
},
"175": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "CaretDownIcon"
},
"176": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "CaretDownIcon"
},
"177": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__0"
},
"178": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "CaretUpIcon"
},
"179": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "CaretUpIcon"
},
"180": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__0"
},
"181": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "IconProps"
},
"182": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__type"
},
"183": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__type.width"
},
"184": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__type.height"
},
"185": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__type.className"
},
"186": {
"sourceFileName": "src/icons.tsx",
"qualifiedName": "__type.style"
},
"187": {
"sourceFileName": "src/Section/index.tsx",
"qualifiedName": "Section"
},
"188": {
"sourceFileName": "src/Section/index.tsx",
"qualifiedName": "Section"
},
"189": {
"sourceFileName": "src/Section/index.tsx",
"qualifiedName": "__0"
},
"190": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "SelectField"
},
"191": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "SelectField"
},
"192": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Option"
},
"193": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "IsMulti"
},
"194": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Group"
},
"195": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "__0"
},
"196": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncSelectField"
},
"197": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncSelectField"
},
"198": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Option"
},
"199": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "IsMulti"
},
"200": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Group"
},
"201": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "__0"
},
"202": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "CreatableSelectField"
},
"203": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "CreatableSelectField"
},
"204": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Option"
},
"205": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "IsMulti"
},
"206": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Group"
},
"207": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "__0"
},
"208": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncCreatableSelectField"
},
"209": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "AsyncCreatableSelectField"
},
"210": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Option"
},
"211": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "IsMulti"
},
"212": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "Group"
},
"213": {
"sourceFileName": "src/SelectField/index.tsx",
"qualifiedName": "__0"
},
"214": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "SelectInput"
},
"215": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "SelectInput"
},
"216": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"217": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"218": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"219": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "__0"
},
"220": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncSelectInput"
},
"221": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncSelectInput"
},
"222": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"223": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"224": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"225": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "__0"
},
"226": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "CreatableSelectInput"
},
"227": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "CreatableSelectInput"
},
"228": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"229": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"230": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"231": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "__0"
},
"232": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncCreatableSelectInput"
},
"233": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncCreatableSelectInput"
},
"234": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"235": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"236": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"237": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "__0"
},
"238": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "SelectInputProps"
},
"239": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"240": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"241": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"242": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncSelectInputProps"
},
"243": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"244": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"245": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"246": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "CreatableSelectInputProps"
},
"247": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"248": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"249": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"250": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "AsyncCreatableSelectInputProps"
},
"251": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Option"
},
"252": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "IsMulti"
},
"253": {
"sourceFileName": "src/SelectInput/index.tsx",
"qualifiedName": "Group"
},
"254": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "SidebarPanel"
},
"255": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "SidebarPanel"
},
"256": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__0"
},
"257": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "SidebarPanelProps"
},
"258": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__type"
},
"259": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__type.title"
},
"260": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__type.startOpen"
},
"261": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__type.children"
},
"262": {
"sourceFileName": "src/SidebarPanel/index.tsx",
"qualifiedName": "__type.noPadding"
},
"263": {
"sourceFileName": "src/Spinner/index.tsx",
"qualifiedName": "Spinner"
},
"264": {
"sourceFileName": "src/Spinner/index.tsx",
"qualifiedName": "Spinner"
},
"265": {
"sourceFileName": "src/Spinner/index.tsx",
"qualifiedName": "__0"
},
"266": {
"sourceFileName": "src/SwitchField/index.tsx",
"qualifiedName": "SwitchField"
},
"267": {
"sourceFileName": "src/SwitchField/index.tsx",
"qualifiedName": "SwitchField"
},
"268": {
"sourceFileName": "src/SwitchField/index.tsx",
"qualifiedName": "__0"
},
"269": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInput"
},
"270": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInput"
},
"271": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "__0"
},
"272": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputChangeEventHandler"
},
"273": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "__type"
},
"274": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "__type"
},
"275": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "newValue"
},
"276": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "event"
},
"277": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps"
},
"278": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps.name"
},
"279": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps.disabled"
},
"280": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps.onChange"
},
"281": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps.onKeyDown"
},
"282": {
"sourceFileName": "src/SwitchInput/index.tsx",
"qualifiedName": "SwitchInputProps.value"
},
"283": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "id"
},
"284": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "color"
},
"285": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "translate"
},
"286": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "hidden"
},
"287": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "slot"
},
"288": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "style"
},
"289": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "title"
},
"290": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "dir"
},
"291": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "accessKey"
},
"292": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "draggable"
},
"293": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "lang"
},
"294": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "className"
},
"295": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "prefix"
},
"296": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "children"
},
"297": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "contentEditable"
},
"298": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "inputMode"
},
"299": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "tabIndex"
},
"300": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "defaultChecked"
},
"301": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "defaultValue"
},
"302": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "suppressContentEditableWarning"
},
"303": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "suppressHydrationWarning"
},
"304": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "contextMenu"
},
"305": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "placeholder"
},
"306": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "spellCheck"
},
"307": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "radioGroup"
},
"308": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "role"
},
"309": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "about"
},
"310": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "datatype"
},
"311": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "inlist"
},
"312": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "property"
},
"313": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "resource"
},
"314": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "typeof"
},
"315": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "vocab"
},
"316": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "autoCapitalize"
},
"317": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "autoCorrect"
},
"318": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "autoSave"
},
"319": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "itemProp"
},
"320": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "itemScope"
},
"321": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "itemType"
},
"322": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "itemID"
},
"323": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "itemRef"
},
"324": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "results"
},
"325": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "security"
},
"326": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "unselectable"
},
"327": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "is"
},
"328": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-activedescendant"
},
"329": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-atomic"
},
"330": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-autocomplete"
},
"331": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-busy"
},
"332": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-checked"
},
"333": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-colcount"
},
"334": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-colindex"
},
"335": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-colspan"
},
"336": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-controls"
},
"337": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-current"
},
"338": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-describedby"
},
"339": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-details"
},
"340": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-disabled"
},
"341": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-dropeffect"
},
"342": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-errormessage"
},
"343": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-expanded"
},
"344": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-flowto"
},
"345": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-grabbed"
},
"346": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-haspopup"
},
"347": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-hidden"
},
"348": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-invalid"
},
"349": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-keyshortcuts"
},
"350": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-label"
},
"351": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-labelledby"
},
"352": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-level"
},
"353": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-live"
},
"354": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-modal"
},
"355": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-multiline"
},
"356": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-multiselectable"
},
"357": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-orientation"
},
"358": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-owns"
},
"359": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-placeholder"
},
"360": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-posinset"
},
"361": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-pressed"
},
"362": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-readonly"
},
"363": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-relevant"
},
"364": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-required"
},
"365": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-roledescription"
},
"366": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-rowcount"
},
"367": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-rowindex"
},
"368": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-rowspan"
},
"369": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-selected"
},
"370": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-setsize"
},
"371": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-sort"
},
"372": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-valuemax"
},
"373": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-valuemin"
},
"374": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-valuenow"
},
"375": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "aria-valuetext"
},
"376": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "dangerouslySetInnerHTML"
},
"377": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__type"
},
"378": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "__type.__html"
},
"379": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCopy"
},
"380": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCopyCapture"
},
"381": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCut"
},
"382": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCutCapture"
},
"383": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPaste"
},
"384": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPasteCapture"
},
"385": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionEnd"
},
"386": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionEndCapture"
},
"387": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionStart"
},
"388": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionStartCapture"
},
"389": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionUpdate"
},
"390": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCompositionUpdateCapture"
},
"391": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onFocus"
},
"392": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onFocusCapture"
},
"393": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onBlur"
},
"394": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onBlurCapture"
},
"395": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onChangeCapture"
},
"396": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onBeforeInput"
},
"397": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onBeforeInputCapture"
},
"398": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onInput"
},
"399": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onInputCapture"
},
"400": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onReset"
},
"401": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onResetCapture"
},
"402": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSubmit"
},
"403": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSubmitCapture"
},
"404": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onInvalid"
},
"405": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onInvalidCapture"
},
"406": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoad"
},
"407": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadCapture"
},
"408": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onError"
},
"409": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onErrorCapture"
},
"410": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onKeyDownCapture"
},
"411": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onKeyPress"
},
"412": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onKeyPressCapture"
},
"413": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onKeyUp"
},
"414": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onKeyUpCapture"
},
"415": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAbort"
},
"416": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAbortCapture"
},
"417": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCanPlay"
},
"418": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCanPlayCapture"
},
"419": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCanPlayThrough"
},
"420": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onCanPlayThroughCapture"
},
"421": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDurationChange"
},
"422": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDurationChangeCapture"
},
"423": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEmptied"
},
"424": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEmptiedCapture"
},
"425": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEncrypted"
},
"426": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEncryptedCapture"
},
"427": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEnded"
},
"428": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onEndedCapture"
},
"429": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadedData"
},
"430": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadedDataCapture"
},
"431": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadedMetadata"
},
"432": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadedMetadataCapture"
},
"433": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadStart"
},
"434": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLoadStartCapture"
},
"435": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPause"
},
"436": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPauseCapture"
},
"437": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPlay"
},
"438": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPlayCapture"
},
"439": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPlaying"
},
"440": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPlayingCapture"
},
"441": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onProgress"
},
"442": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onProgressCapture"
},
"443": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onRateChange"
},
"444": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onRateChangeCapture"
},
"445": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSeeked"
},
"446": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSeekedCapture"
},
"447": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSeeking"
},
"448": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSeekingCapture"
},
"449": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onStalled"
},
"450": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onStalledCapture"
},
"451": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSuspend"
},
"452": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSuspendCapture"
},
"453": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTimeUpdate"
},
"454": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTimeUpdateCapture"
},
"455": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onVolumeChange"
},
"456": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onVolumeChangeCapture"
},
"457": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onWaiting"
},
"458": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onWaitingCapture"
},
"459": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAuxClick"
},
"460": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAuxClickCapture"
},
"461": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onClick"
},
"462": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onClickCapture"
},
"463": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onContextMenu"
},
"464": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onContextMenuCapture"
},
"465": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDoubleClick"
},
"466": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDoubleClickCapture"
},
"467": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDrag"
},
"468": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragCapture"
},
"469": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragEnd"
},
"470": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragEndCapture"
},
"471": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragEnter"
},
"472": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragEnterCapture"
},
"473": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragExit"
},
"474": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragExitCapture"
},
"475": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragLeave"
},
"476": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragLeaveCapture"
},
"477": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragOver"
},
"478": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragOverCapture"
},
"479": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragStart"
},
"480": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDragStartCapture"
},
"481": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDrop"
},
"482": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onDropCapture"
},
"483": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseDown"
},
"484": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseDownCapture"
},
"485": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseEnter"
},
"486": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseLeave"
},
"487": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseMove"
},
"488": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseMoveCapture"
},
"489": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseOut"
},
"490": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseOutCapture"
},
"491": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseOver"
},
"492": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseOverCapture"
},
"493": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseUp"
},
"494": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onMouseUpCapture"
},
"495": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSelect"
},
"496": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onSelectCapture"
},
"497": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchCancel"
},
"498": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchCancelCapture"
},
"499": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchEnd"
},
"500": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchEndCapture"
},
"501": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchMove"
},
"502": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchMoveCapture"
},
"503": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchStart"
},
"504": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTouchStartCapture"
},
"505": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerDown"
},
"506": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerDownCapture"
},
"507": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerMove"
},
"508": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerMoveCapture"
},
"509": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerUp"
},
"510": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerUpCapture"
},
"511": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerCancel"
},
"512": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerCancelCapture"
},
"513": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerEnter"
},
"514": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerEnterCapture"
},
"515": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerLeave"
},
"516": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerLeaveCapture"
},
"517": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerOver"
},
"518": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerOverCapture"
},
"519": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerOut"
},
"520": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onPointerOutCapture"
},
"521": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onGotPointerCapture"
},
"522": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onGotPointerCaptureCapture"
},
"523": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLostPointerCapture"
},
"524": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onLostPointerCaptureCapture"
},
"525": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onScroll"
},
"526": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onScrollCapture"
},
"527": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onWheel"
},
"528": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onWheelCapture"
},
"529": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationStart"
},
"530": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationStartCapture"
},
"531": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationEnd"
},
"532": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationEndCapture"
},
"533": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationIteration"
},
"534": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onAnimationIterationCapture"
},
"535": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTransitionEnd"
},
"536": {
"sourceFileName": "node_modules/@types/react/index.d.ts",
"qualifiedName": "onTransitionEndCapture"
},
"537": {
"sourceFileName": "src/TextField/index.tsx",
"qualifiedName": "TextField"
},
"538": {
"sourceFileName": "src/TextField/index.tsx",
"qualifiedName": "TextField"
},
"539": {
"sourceFileName": "src/TextField/index.tsx",
"qualifiedName": "__0"
},
"540": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "TextInputChangeEventHandler"
},
"541": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type"
},
"542": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type"
},
"543": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "newValue"
},
"544": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "event"
},
"545": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "TextInputProps"
},
"546": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type"
},
"547": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.type"
},
"548": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.name"
},
"549": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.labelText"
},
"550": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.id"
},
"551": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.className"
},
"552": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.monospaced"
},
"553": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.onChange"
},
"554": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.inputRef"
},
"555": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__type.error"
},
"556": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "TextInput"
},
"557": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "TextInput"
},
"558": {
"sourceFileName": "src/TextInput/index.tsx",
"qualifiedName": "__0"
},
"559": {
"sourceFileName": "src/TextareaField/index.tsx",
"qualifiedName": "TextareaField"
},
"560": {
"sourceFileName": "src/TextareaField/index.tsx",
"qualifiedName": "TextareaField"
},
"561": {
"sourceFileName": "src/TextareaField/index.tsx",
"qualifiedName": "__0"
},
"562": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "TextareaInputChangeEventHandler"
},
"563": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type"
},
"564": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type"
},
"565": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "newValue"
},
"566": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "event"
},
"567": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "TextareaInputProps"
},
"568": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type"
},
"569": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.name"
},
"570": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.labelText"
},
"571": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.id"
},
"572": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.className"
},
"573": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.monospaced"
},
"574": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.onChange"
},
"575": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.inputRef"
},
"576": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__type.error"
},
"577": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "TextareaInput"
},
"578": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "TextareaInput"
},
"579": {
"sourceFileName": "src/TextareaInput/index.tsx",
"qualifiedName": "__0"
},
"580": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "Toolbar"
},
"581": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "Toolbar"
},
"582": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "__0"
},
"583": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "ToolbarProps"
},
"584": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "__type"
},
"585": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "__type.children"
},
"586": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "__type.className"
},
"587": {
"sourceFileName": "src/Toolbar/Toolbar/index.tsx",
"qualifiedName": "__type.style"
},
"588": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "Button"
},
"589": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "Button"
},
"590": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__0"
},
"591": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "ButtonProps"
},
"592": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__type"
},
"593": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__type.children"
},
"594": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__type.className"
},
"595": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__type.style"
},
"596": {
"sourceFileName": "src/Toolbar/Button/index.tsx",
"qualifiedName": "__type.onClick"
},
"597": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "Title"
},
"598": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "Title"
},
"599": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "__0"
},
"600": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "TitleProps"
},
"601": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "__type"
},
"602": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "__type.children"
},
"603": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "__type.className"
},
"604": {
"sourceFileName": "src/Toolbar/Title/index.tsx",
"qualifiedName": "__type.style"
},
"605": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "Stack"
},
"606": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "Stack"
},
"607": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__0"
},
"608": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "StackProps"
},
"609": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__type"
},
"610": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__type.children"
},
"611": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__type.className"
},
"612": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__type.stackSize"
},
"613": {
"sourceFileName": "src/Toolbar/Stack/index.tsx",
"qualifiedName": "__type.style"
},
"614": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "useClickOutside"
},
"615": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "useClickOutside"
},
"616": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "T"
},
"617": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "handler"
},
"618": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "__type"
},
"619": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "__type"
},
"620": {
"sourceFileName": "src/useClickOutside/index.ts",
"qualifiedName": "event"
},
"621": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "useMediaQuery"
},
"622": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "useMediaQuery"
},
"623": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "media"
},
"624": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "MediaQuery"
},
"625": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "MediaQuery"
},
"626": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__0"
},
"627": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "useElementLayout"
},
"628": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "useElementLayout"
},
"629": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "ref"
},
"630": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "MediaQueryProps"
},
"631": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__type"
},
"632": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__type.media"
},
"633": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__type.children"
},
"634": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__type"
},
"635": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "__type"
},
"636": {
"sourceFileName": "src/useMediaQuery/index.ts",
"qualifiedName": "mql"
}
},
"files": {
"entries": {
"1": "src/index.ts"
},
"reflections": {
"1": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment