@pmndrs/uikit
Version:
Build performant 3D user interfaces with Three.js and yoga.
8 lines (7 loc) • 454 B
TypeScript
import { Signal } from '@preact/signals-core';
import { Properties } from './properties/index.js';
import { EventHandlersProperties } from './events.js';
/**
* must be executed inside effect/computed
*/
export declare function addActiveHandlers(target: EventHandlersProperties, properties: Properties, activeSignal: Signal<Array<number>>, hasActiveConditionalInProperties: Signal<boolean>, hasActiveConditionalInStarProperties: Signal<boolean>): void;