Re-scoped from @lilith/ui-theme to @cocotte/ui-theme. In-set cross-package deps re-pointed to @cocotte; out-of-set @lilith deps preserved (same Verdaccio). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
No EOL
412 B
TypeScript
11 lines
No EOL
412 B
TypeScript
/**
|
|
* Admin Global Styles
|
|
*
|
|
* Shared global styles for admin dashboard applications.
|
|
* Extracted from platform-admin and platform-dev for DRY compliance.
|
|
*/
|
|
import type { ThemeInterface } from './types';
|
|
export declare const AdminGlobalStyles: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & {
|
|
theme?: ThemeInterface;
|
|
}>;
|
|
//# sourceMappingURL=AdminGlobalStyles.d.ts.map
|