@motion-script/core / PropInputs
Type Alias: PropInputs<P>
PropInputs<
P> = { [K in keyof P]?: P[K] | (() => P[K]) }
Defined in: attributes/properties/inputs.ts:11
Internal
Maps every key of a props object to its PropInput form.
Type Parameters
P
P
@motion-script/core / PropInputs
PropInputs<
P> = { [K in keyof P]?: P[K] | (() => P[K]) }
Defined in: attributes/properties/inputs.ts:11
Internal
Maps every key of a props object to its PropInput form.
P