11 lines
507 B
TypeScript
11 lines
507 B
TypeScript
|
|
// ============================================================================
|
||
|
|
// OpenClaw Control Center — Design System Barrel Export
|
||
|
|
// ============================================================================
|
||
|
|
// Import everything from '@app/design' for convenient access.
|
||
|
|
//
|
||
|
|
// Usage:
|
||
|
|
// import { CcTokens, CcThemeService, CcCssProps } from '@app/design';
|
||
|
|
// ============================================================================
|
||
|
|
|
||
|
|
export * from './tokens';
|
||
|
|
export * from './theme.service';
|