import { DesignOptionPctDeg } from 'shared/components/workbench/inputs/design-option-pct-deg.mjs' import { CountOption } from 'shared/components/workbench/inputs/design-option-count.mjs' import { ListOption } from 'shared/components/workbench/inputs/design-option-list.mjs' import { Popout } from 'shared/components/popout.mjs' export const Tmp = (props) =>

not yet

export const inputs = { pct: DesignOptionPctDeg, count: CountOption, deg: (props) => , list: ListOption, mm: () => ( Mm options are deprecated. Please report this ), constant: Tmp, }