UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

1 lines 1.81 kB
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/jsx/components/form/index.ts"],"names":[],"mappings":"AAeA,oCAAgC;AAChC,6BAAyB;AACzB,+BAA2B;AAC3B,+BAA2B;AAC3B,6BAAyB;AACzB,4BAAwB;AACxB,iCAA6B;AAC7B,4BAAwB;AACxB,gCAA4B;AAC5B,2BAAuB;AACvB,4BAAwB;AACxB,+BAA2B;AAC3B,qCAAiC;AACjC,mCAA+B","sourcesContent":["import type { AddressInputElement } from './AddressInput';\nimport type { AssetSelectorElement } from './AssetSelector';\nimport type { ButtonElement } from './Button';\nimport type { CheckboxElement } from './Checkbox';\nimport type { DropdownElement } from './Dropdown';\nimport type { FieldElement } from './Field';\nimport type { FileInputElement } from './FileInput';\nimport type { FormElement } from './Form';\nimport type { InputElement } from './Input';\nimport type { OptionElement } from './Option';\nimport type { RadioElement } from './Radio';\nimport type { RadioGroupElement } from './RadioGroup';\nimport type { SelectorElement } from './Selector';\nimport type { SelectorOptionElement } from './SelectorOption';\n\nexport * from './AssetSelector';\nexport * from './Button';\nexport * from './Checkbox';\nexport * from './Dropdown';\nexport * from './Option';\nexport * from './Radio';\nexport * from './RadioGroup';\nexport * from './Field';\nexport * from './FileInput';\nexport * from './Form';\nexport * from './Input';\nexport * from './Selector';\nexport * from './SelectorOption';\nexport * from './AddressInput';\n\nexport type StandardFormElement =\n | AssetSelectorElement\n | AddressInputElement\n | ButtonElement\n | CheckboxElement\n | FormElement\n | FieldElement\n | FileInputElement\n | InputElement\n | DropdownElement\n | OptionElement\n | RadioElement\n | RadioGroupElement\n | SelectorElement\n | SelectorOptionElement;\n"]}