5 lines
106 B
TypeScript

export declare const PRIMARY_OUTLET: string;
export declare type Params = {
[key: string]: string;
};