UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
Development tools for Khulnasoft CMS integration
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
common
/
khulnasoft
/
khulnasoft-sdks.d.ts
10 lines
(9 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
SDKVersionInfo
}
from
"../../types"
;
export
declare
const
SUPPORTED_FRAMEWORKS
: {
react
:
string
;
remix
:
string
;
angular
:
string
;
next
:
string
;
qwik
:
string
; };
export
declare
function
getSDKDetailsForFramework
(
framework
:
string
):
SDKVersionInfo
[];