File size: 196 Bytes
1e92f2d |
1 2 3 4 5 6 |
import 'calypso/state/command-palette/init';
import type { AppState } from 'calypso/types';
export const isCommandPaletteOpen = ( state: AppState ) =>
state.commandPalette.isCommandPaletteOpen;
|