UNPKG

@funnelback/ng-sds

Version:

`@funnelback/ng-sds` is Bootstrap 5 based library that aims to implement the [Squiz Design System specification](https://designsystem.squiz.net/) in Angular.

6 lines (5 loc) 193 B
import { NgbNavChangeEvent } from '@ng-bootstrap/ng-bootstrap'; /** * The payload of the change event fired right before the tab change. */ export type SdsTabChangeEvent = NgbNavChangeEvent;