ixfx
    Preparing search index...

    Type Alias ElementsOptions

    ElementsOptions: {
        binds: Record<string, DomBindValueTarget & ElementBind>;
        container: HTMLElement | string;
        defaultTag: string;
    }

    Type declaration