index.js 112 B

1234
  1. export const TYPE_OPTIONS = [
  2. { label: 'common', value: 'common' },
  3. { label: 'custom', value: 'custom' },
  4. ]