Ziya/ui/shared/index.slint
2025-07-08 14:57:51 +07:00

12 lines
No EOL
548 B
Text

// Shared Layer Public API
// This file exports all shared utilities, components, and design system
// Export design system
export { Theme, FluentColors, FluentTypography, FluentSpacing, FluentRadius, FluentShadows, FluentComponents, FluentMotion, FluentLayout, FluentLayers, ColorMode } from "design-system/index.slint";
// Export UI components
export { LoadingView } from "ui/index.slint";
// Export utilities and config - currently commented out in their index files
// export * from "lib/index.slint";
// export * from "config/index.slint";