mithril-materialized
    Preparing search index...

    Variable OptionsListConst

    OptionsList: Component<
        {
            layout: "vertical"
            | "horizontal";
            options: { component: any; key: string | number; props: any }[];
        },
    > = ...

    Reusable layout component for rendering options horizontally or vertically