MobX Lark
    Preparing search index...

    Interface LinkTag

    interface LinkTag {
        href: string;
        tag: "a";
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    href: string
    tag: "a"
    text: string