Searched refs:StackState (Results 1 – 2 of 2) sorted by relevance
10 state: StackState<T>;30 export type StackState<T = any> = { alias40 getState: () => StackState;211 function getState(): StackState {
9 type StackState = {16 export class Stack extends Component<StackProps, StackState> {