UNPKG
@fireng/core
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.3
1.2.2
1.2.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Core utilities for Fireng Angular responsive library.
github.com/BhanukaDev/fireng
BhanukaDev/fireng
@fireng/core
/
lib
/
fireng.token.d.ts
4 lines
(3 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
'@angular/core'
;
import
{
FirengBreakpoints
}
from
'./fireng.types'
;
export
declare
const
FIRENG_BREAKPOINTS
:
InjectionToken
<
FirengBreakpoints
>;