printer-notifications/node_modules/@skeletonlabs/skeleton/dist/utilities/CodeBlock/stores.js
2023-11-13 16:10:04 -05:00

4 lines
157 B
JavaScript

import { writable } from 'svelte/store';
export const storeHighlightJs = writable(undefined);
// TODO: add support for other highlighters here in the future