6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
import { Theme, SpacingSystem, Typography } from "./theme/theme.slint";
|
|
import { Button } from "./components/button.slint";
|
|
import { Card } from "./components/card.slint";
|
|
import { Switch } from "./components/switch.slint";
|
|
import { StatusIndicator, StatusState } from "./components/status-indicator.slint";
|