1
0
Fork 0
freesewing/sites/shared/components/workbench/menus/ui-settings/values.mjs

7 lines
310 B
JavaScript
Raw Normal View History

2023-05-31 17:56:58 +02:00
import { Difficulty } from 'shared/components/designs/difficulty.mjs'
import { ListValue } from '../shared/values.mjs'
2023-05-31 17:56:58 +02:00
export const RendererSettingValue = ListValue
export const InspectSettingValue = ListValue
export const ControlSettingValue = ({ control }) => <Difficulty score={control} color="primary" />