/** * Copyright (c) 2022—present Michael Dougall. All rights reserved. * * This repository utilizes multiple licenses across different directories. To * see this files license find the nearest LICENSE file up the source tree. */ export { injectSystems } from "./hoc"; export { createSystem } from "./systems"; export { type ECSSystemControls, type ECSSystem } from "./types";