UNPKG
@flourish/sdk
Version:
latest (5.2.7)
next (5.2.7)
5.2.7
5.2.6
5.2.5
5.2.4
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
3.20.0
3.19.0
3.18.0
3.17.3
3.17.2
3.17.1
3.17.0
3.16.0
3.15.1
3.15.0
3.14.1
3.14.0
3.13.1
3.13.0
3.11.5
3.11.4
3.11.3
3.11.2
3.11.1
3.11.0
3.10.3
3.10.2
3.10.1
3.9.2
3.9.0
3.8.0
3.7.1
3.7.0
3.6.0
3.4.0
3.3.1
3.3.0-alpha1
3.2.0
3.1.0
3.0.0
2.16.0
2.15.2
2.15.1
2.15.0
2.13.0
2.12.1
2.12.0
2.11.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.0
2.7.0
2.6.0
2.6.0-prerelease.2
2.6.0-prerelease
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.2.0-alpha-4
2.2.0-alpha-3
2.2.0-alpha-2
2.2.0-alpha-1
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
0.3.1
0.3.0
0.2.0
0.1.0
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
0.0.0
The Flourish SDK
github.com/kiln/flourish-sdk
kiln/flourish-sdk
@flourish/sdk
/
common
/
embed
/
credit.d.ts
6 lines
(5 loc)
•
236 B
TypeScript
View Raw
1
2
3
4
5
6
export
function
createFlourishCredit
(credit_url: any, query_string: any, public_url: any, credit_text: any)
: any;
export
function
getLocalizedCreditTextAndUrl
(lang: any, credit_key: any)
: {
credit_text: any; credit_url: any; };