@xpadev-net/niconicomments
    Preparing search index...

    Type Alias MultiConfigItem<T>

    type MultiConfigItem<T> = {
        flash: T;
        html5: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    flash: T
    html5: T