UNPKG

flowbite-angular

Version:

<div align="center"> <h1>:construction: flowbite-angular (unreleased) :construction:</h1> <p> <a href="https://flowbite.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src="https://flowbite.s3.amazonaws.com/github/logo-github

6 lines (5 loc) 148 B
import type { UrlTree } from '@angular/router'; /** * Type describing RouterLink parameters. */ export type RouterLinkParameter = UrlTree | null;