novx
    Preparing search index...

    Interface ShowcaseAsset

    interface ShowcaseAsset {
        content?: string;
        label: string;
        path?: string;
        type: "css" | "scss" | "ts" | "tsx" | "json" | "md" | "html";
        url?: string;
    }
    Index

    Properties

    content?: string
    label: string
    path?: string
    type: "css" | "scss" | "ts" | "tsx" | "json" | "md" | "html"
    url?: string