UNPKG
md-tabs
Version:
latest (0.0.1-alpha.1)
0.0.1-alpha.1
Angular 2 Material tabs
github.com/Promact/material2
Promact/material2
md-tabs
/
transclude.d.ts
8 lines
(7 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ViewContainerRef
}
from
'@angular/core'
;
export
declare
class
MdTransclude
{
viewRef
:
ViewContainerRef
;
private
_mdTransclude;
constructor
(
viewRef
:
ViewContainerRef
);
private
mdTransclude; }