UNPKG
adaptivecards-react
Version:
latest (1.1.1)
next (1.1.0-alpha.0)
1.1.1
1.1.0
1.1.0-alpha.0
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
React.js Adaptive Cards Javascript library for HTML Clients
adaptivecards.io
microsoft/AdaptiveCards
adaptivecards-react
/
src
/
adaptivecards-react.ts
5 lines
(4 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
export
*
from
"./adaptive-card"
;
export
*
from
"./host-config-context"
;