Routes

Definition

export interface Routes {
    [route: string]: RouteConfig;
}

Usage

import { Routes } from 'uxp/components';

Last updated