/** * @module component */ export const STATUSES = { beforeInit: 'beforeInit', ready: 'ready', beforeDestruct: 'beforeDestruct', destructed: 'destructed' } as const;