uikit/dist/remote-ui.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

25 lines
354 B
TypeScript

export {
setupUikitRemoteDeps,
} from "./_core/setupRemoteDeps";
export type {
UikitRemoteSetupOptions,
} from "./_core/setupRemoteDeps";
export {
GBadge,
} from "./GBadge";
export type {
GBadgeProps,
} from "./GBadge";
export {
Pagination,
} from "./Pagination";
export type {
PaginationLevel,
PaginationProps,
} from "./Pagination";