8 lines
No EOL
258 B
Text
8 lines
No EOL
258 B
Text
// Design System Public API
|
|
// This file exports all design tokens and components from the design system
|
|
|
|
// Export design tokens
|
|
export { Theme } from "tokens/theme.slint";
|
|
|
|
// Export design system components
|
|
export * from "components/design-system.slint"; |