mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
import { roomsSlice } from './rooms.reducer';
|
|
|
|
export const Actions = roomsSlice.actions;
|
|
|
|
export type RoomsAction = ReturnType<typeof Actions[keyof typeof Actions]>;
|