Searched refs:StackAction (Results 1 – 1 of 1) sorted by relevance
4 export type StackAction = 'pushstart' | 'pushend' | 'popstart' | 'popend'; alias12 action: StackAction;199 function emit(action: StackAction, key: string) {