@ethlete/core 4.21.0 → 4.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -126,9 +126,6 @@ export declare const signalElementChildren: (el: SignalElementBindingType) => Si
|
|
|
126
126
|
export declare const previousSignalValue: <T>(signal: Signal<T>) => Signal<T | undefined>;
|
|
127
127
|
export declare const syncSignal: <T>(from: Signal<T>, to: WritableSignal<T>) => EffectRef;
|
|
128
128
|
export interface ControlValueSignalOptions {
|
|
129
|
-
/**
|
|
130
|
-
* @default 300
|
|
131
|
-
*/
|
|
132
129
|
debounceTime?: number;
|
|
133
130
|
/**
|
|
134
131
|
* @default false
|