mithril-materialized
    Preparing search index...

    Interface ChipData

    interface ChipData {
        alt?: string;
        image?: string;
        tag: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    alt?: string
    image?: string
    tag: string