import { PageLayoutContextStates } from './types' export const PROVIDER_INITIAL_STATE: PageLayoutContextStates = { loadContainer: false, // If true, the blocks will load a internal container }