@userfrosting/sprinkle-core
Version:
Core Sprinkle for UserFrosting
14 lines (13 loc) • 591 B
TypeScript
declare module 'vue-router' {
interface RouteMeta {
title?: string;
description?: string;
}
}
export type { AlertInterface } from './alerts';
export type { AssociativeArray } from './common';
export { Severity } from './severity';
export type { Sprunjer, SprunjerData, SprunjerListable, SprunjerListableOption } from './sprunjer';
export type { SprunjerRequest, SprunjerResponse } from './sprunjerApi';
export type { DictionaryResponse, DictionaryEntries, DictionaryConfig } from './DictionaryApi';
export type { ApiResponse, ApiErrorResponse } from './ApiResponse';