@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface Breakpoints<TValue>

    interface Breakpoints<TValue> {
        desktop: TValue;
        mobile: TValue;
        tablet: TValue;
    }

    Type Parameters

    • TValue

    Hierarchy

    Index

    Properties

    Properties

    desktop: TValue
    mobile: TValue
    tablet: TValue