UNPKG
@cloud-diagrams/azure
Version:
latest (0.2.1)
0.2.1
0.2.0
Azure services for cloud-diagrams-ts
github.com/amaboh/kloud_diagramming
amaboh/kloud_diagramming
@cloud-diagrams/azure
/
dist
/
services
/
network
/
index.d.ts
4 lines
•
281 B
TypeScript
View Raw
1
2
3
4
export
{
VirtualNetwork
,
VNet
,
type
VNetOptions
}
from
'./virtual-network'
;
export
{
LoadBalancer
,
LB
,
type
LoadBalancerOptions
}
from
'./load-balancer'
;
export
{
ApplicationGateway
,
AppGW
,
type
AppGatewayOptions
, }
from
'./application-gateway'
;
//# sourceMappingURL=index.d.ts.map