flash effect on ctrl enter

This commit is contained in:
Felix Roos 2022-06-24 21:13:17 +02:00
parent 85f03fb1d0
commit b9829bb696
5 changed files with 75 additions and 15 deletions

View file

@ -1,6 +1,6 @@
// import 'tailwindcss/tailwind.css';
export { default as CodeMirror } from './components/CodeMirror6';
export { default as CodeMirror, flash } from './components/CodeMirror6';
export * from './components/MiniRepl';
export { default as useCycle } from './hooks/useCycle';
export { default as useHighlighting } from './hooks/useHighlighting';