nuxt-app
    Preparing search index...

    Interface TableColumn

    interface TableColumn {
        align?: "center" | "left" | "right";
        key: string;
        label: string;
    }
    Index

    Properties

    Properties

    align?: "center" | "left" | "right"
    key: string
    label: string