WritableSignalize
Generic types: | T |
No documentation has been provided.
Presentation
type WritableSignalize = {
[P in keyof T]: WritableSignal <T[P]>;
};
Generic types: | T |
No documentation has been provided.
type WritableSignalize = {
[P in keyof T]: WritableSignal <T[P]>;
};