UNPKG
ajsfw
Version:
latest (1.0.0-alpha)
1.0.0-alpha
Ajs Framework
ajsfw.azurewebsites.net
atomsoftwarestudios/Ajs
ajsfw
/
templating
/
lib
/
IVisualComponentPlaceholderCollection.d.ts
5 lines
(4 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
import
{
IVisualComponentPlaceholder
}
from
"./IVisualComponentPlaceholder"
;
export
interface
IVisualComponentPlaceholderCollection
{ [
name
:
string
]:
IVisualComponentPlaceholder
; }