We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c809a3 commit 3e5f187Copy full SHA for 3e5f187
projects/coreui-angular/src/lib/coreui.types.ts
@@ -1,5 +1,8 @@
1
import { IsActiveMatchOptions } from '@angular/router';
2
3
+export declare type BooleanInput = string | boolean | null | undefined;
4
+export declare type NumberInput = string | number | null | undefined;
5
+
6
export type NgCssClass = string | string[] | Set<string> | { [klass: string]: any };
7
8
export enum BreakpointInfix {
0 commit comments