export type RootState = ReturnType<typeof store.getState>; export const selectTodo = (state: RootState) => state.BlogSlicer.data;