TYPESCRIPT selectors.ts
import { WPCOMConnectionState } from 'types';
export const getState = ( state: WPCOMConnectionState ) => {
return state;
};
import { WPCOMConnectionState } from 'types';
export const getState = ( state: WPCOMConnectionState ) => {
return state;
};