@motion-script/corenodesPropInputsOn this pageType Alias: PropInputs<P> PropInputs<P> = { [K in keyof P]?: P[K] | (() => P[K]) } Defined in: nodes/base/node.ts:41 Type Parameters P P