uikit/src/remote/ui/_core/setupRemoteDeps.d.ts
Mohamadzadeh c75420a91c
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 50s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s
important changes
2026-07-14 16:33:32 +03:30

23 lines
387 B
TypeScript

export interface UikitRemoteSetupOptions {
React?: any;
createRoot?: any;
ChakraProvider?: any;
Badge?: any;
Button?: any;
HStack?: any;
IconButton?: any;
Input?: any;
Text?: any;
deps?: Record<string, any>;
theme?: any;
chakraProviderProps?: Record<string, any>;
}
export declare function setupUikitRemoteDeps(
options?: UikitRemoteSetupOptions,
): void;