export type Layout = "horizontal" | "vertical";

export type State = "disabled" | "ready";