This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
odyfive/src/store/ui/state.ts

6 lines
95 B
TypeScript

import { LayerList } from "~ui/UI";
export default interface UIStore {
layers: LayerList;
}