Interface IUseSignalState<SENDER, ARGS>

State for the UseSignal component

interface IUseSignalState<SENDER, ARGS> {
    value: [SENDER?, ARGS?];
}

Type Parameters

  • SENDER
  • ARGS

Properties

Properties

value: [SENDER?, ARGS?]