2025-05-14 21:49:03 +02:00

8 lines
191 B
Handlebars

import { StoreState } from 'store/rootReducer';
const getList = (state: StoreState): string => state.{{ camelCase name }} && state.{{ camelCase name }}.list;
export default {
getList,
};