« get me outta code hell
1 2 3 4 5
import {input} from '#composite'; export default function inputFindOptions() { return input({type: 'object', defaultValue: null}); }