Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e5f187

Browse filesBrowse files
committed
refactor(coreui.types): add BooleanInput and NumberInput types
1 parent 3c809a3 commit 3e5f187
Copy full SHA for 3e5f187

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎projects/coreui-angular/src/lib/coreui.types.ts

Copy file name to clipboardExpand all lines: projects/coreui-angular/src/lib/coreui.types.ts
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { IsActiveMatchOptions } from '@angular/router';
22

3+
export declare type BooleanInput = string | boolean | null | undefined;
4+
export declare type NumberInput = string | number | null | undefined;
5+
36
export type NgCssClass = string | string[] | Set<string> | { [klass: string]: any };
47

58
export enum BreakpointInfix {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.