Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit3e5f187

Browse files
committed
refactor(coreui.types): add BooleanInput and NumberInput types
1 parent3c809a3 commit3e5f187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines 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+
exportdeclaretypeBooleanInput=string|boolean|null|undefined;
4+
exportdeclaretypeNumberInput=string|number|null|undefined;
5+
36
exporttypeNgCssClass=string|string[]|Set<string>|{[klass:string]:any};
47

58
exportenumBreakpointInfix{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp