geoview-core
    Preparing search index...

    Type Alias TypeCGPVUI

    Type used for exporting UI

    type TypeCGPVUI = {
        elements: typeof UI;
        useMediaQuery: typeof __type;
        useTheme: typeof __type;
        useWhatChanged: typeof useWhatChanged;
    }
    Index

    Properties

    elements: typeof UI
    useMediaQuery: typeof __type
    useTheme: typeof __type
    useWhatChanged: typeof useWhatChanged