mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 11:20:50 +08:00
10 lines
320 B
TypeScript
10 lines
320 B
TypeScript
/**
|
|
* Quota components barrel export.
|
|
*/
|
|
|
|
export { QuotaSection } from './QuotaSection';
|
|
export { QuotaCard } from './QuotaCard';
|
|
export { useQuotaLoader } from './useQuotaLoader';
|
|
export { ANTIGRAVITY_CONFIG, CODEX_CONFIG, GEMINI_CLI_CONFIG } from './quotaConfigs';
|
|
export type { QuotaConfig } from './quotaConfigs';
|