import { CSSAttribute } from '@youwol/rx-vdom' export const layoutStyleBase: CSSAttribute = { height: '100%', width: '100%', aspectRatio: '1/1', }