Skip to content

API Reference / @gtkx/animated / MatchProp

Type Alias: MatchProp<T>

MatchProp<T> = boolean | OneOrMore<StringKeys<T>> | ((key) => boolean)

Defined in: node_modules/.pnpm/@react-spring+core@10.1.2_react@19.2.8/node_modules/@react-spring/core/dist/react-spring_core.modern.d.mts:875

For props that can be set on a per-key basis.

Type Parameters

T

T

Released under the MPL-2.0 License.