12 lines
No EOL
586 B
Text
12 lines
No EOL
586 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 { Button, Card, Input, LoadingView, Container, Grid } 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"; |