@theredhead — Frontend Library - v1.0.0
    Preparing search index...
    interface SortState {
        direction: "asc" | "desc";
        key: string;
    }
    Index

    Properties

    Properties

    direction: "asc" | "desc"
    key: string