StateNamesOf
StateNamesOf<
TStates> = keyofTStates&string
Defined in: types.ts:33
Extracts state names as a string literal union from a states config object.
Type Parameters
Section titled “Type Parameters”TStates
Section titled “TStates”TStates