芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-select/src/builtins.js
// @flow import type { GroupType, OptionType } from './types'; export const formatGroupLabel = (group: GroupType): string => group.label; export const getOptionLabel = (option: OptionType): string => option.label; export const getOptionValue = (option: OptionType): string => option.value; export const isOptionDisabled = (option: OptionType): boolean => !!option.isDisabled;