Skip to content

Instantly share code, notes, and snippets.

@Carduelis
Created March 29, 2018 07:50
Show Gist options
  • Save Carduelis/327332961530e7379279338c68fd242c to your computer and use it in GitHub Desktop.
Save Carduelis/327332961530e7379279338c68fd242c to your computer and use it in GitHub Desktop.
const inputVariations = types.maybe(
types.enumeration('InputVariations', [
'custom',
'text',
'date',
'textarea',
'switcher',
'select',
'select-radio',
'select-checkbox',
'select-multi',
'select-tags',
'select-autocomplete',
'select-autocomplete-listing',
'range-slider',
'range-text'
])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment