printer-notifications/node_modules/@skeletonlabs/skeleton/dist/utilities/CodeBlock/stores.js

4 lines
157 B
JavaScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import { writable } from 'svelte/store';
export const storeHighlightJs = writable(undefined);
// TODO: add support for other highlighters here in the future