angular-tailwind-components 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -708,10 +708,7 @@ declare class TailwindDrawer extends TailwindComponent {
|
|
|
708
708
|
|
|
709
709
|
interface TailwindBreadcrumbItem {
|
|
710
710
|
label: string;
|
|
711
|
-
/** URL del crumb intermedio (se assente si può usare `href`) */
|
|
712
711
|
link?: string;
|
|
713
|
-
href?: string;
|
|
714
|
-
/** Icona Solar Line Duotone opzionale prima del `label` */
|
|
715
712
|
icon?: TailwindSolarIcon;
|
|
716
713
|
}
|
|
717
714
|
|