25 lines
354 B
TypeScript
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";
|