UNPKG

bidasoa-components

Version:

Colección de componentes comunes empleados en proyectos Bidasoa.

10 lines (9 loc) 249 B
import { LinkConfiguration } from 'models/menus/LinkConfiguration'; export interface MenuLink { label: string; url: { path: string; }; links: LinkConfiguration[]; target: '_blank' | '_self' | '_parent' | '_top' | null; }