mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
import { writable } from "svelte/store";
|
|
|
|
export const theme = writable("g100");
|