UNPKG
@soushians/layout
Version:
latest (8.0.10)
8.0.10
7.7.0
7.5.10
7.5.0
7.4.0
7.1.0
7.0.0
6.8.0
6.7.0
6.6.0
6.5.31
6.5.30
6.5.29
6.5.28
6.5.27
6.5.26
6.5.25
6.5.24
6.5.23
6.5.22
6.5.21
6.5.10
6.5.2
6.5.1
6.5.0
6.2.75
6.2.74
6.2.73
6.2.62
6.2.7-0
6.2.6
6.2.6-0
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.0.103
6.0.102
6.0.101
6.0.100
2.0.10
2.0.0
1.0.163
1.0.162
1.0.161
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.0
@soushians/layout
/
lib
/
dumb-components
/
logo-container
/
logo-container.component.d.ts
7 lines
(6 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LayoutConfigurationService
}
from
"../../services/layout-configuration.service"
;
export
declare
class
LogoContainerComponent
{
private
sdf;
toolbarAnimationState
:
string
;
constructor
(
sdf
:
LayoutConfigurationService
); }