- Preparing search index...
- The search index is not available
controlled-fs
Type alias TransformEffect<T>
Transform
Effect
<T>: { transform
: ((arg
: T, ctx
: RefinementCtx) => any); type
: "transform"; }
Type declaration
-
transform: ((arg: T, ctx: RefinementCtx) => any)
-
type: "transform"