export const selectSite = createSelector( (state: AppState) => state.site ); export const setSite = createAction('[app]SET_SITE', props<{site: ISite}>()); ...
確定! 回上一頁