mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
0.11.2
This commit is contained in:
parent
58f9b60f0b
commit
fe49e7d888
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"private": false,
|
||||
"name": "bluelib",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"source": "src/index.js",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
@ -20,6 +20,7 @@ import PLatex from "./components/Rendering/PLatex";
|
|||
import LatexDefaultDisplay from "./contexts/LatexDefaultDisplay";
|
||||
import LatexDefaultInline from "./contexts/LatexDefaultInline";
|
||||
import LatexRenderColor from "./contexts/LatexRenderColor";
|
||||
import RoyalnetInstanceUrl from "./contexts/RoyalnetInstanceUrl";
|
||||
|
||||
import useFormValidator from "./hooks/useFormValidator";
|
||||
import useRoyalnetData from "./hooks/useRoyalnetData";
|
||||
|
@ -51,6 +52,7 @@ export {
|
|||
LatexDefaultDisplay,
|
||||
LatexDefaultInline,
|
||||
LatexRenderColor,
|
||||
RoyalnetInstanceUrl,
|
||||
useFormValidator,
|
||||
useRoyalnetData,
|
||||
useRoyalnetInstanceValidator,
|
||||
|
|
Loading…
Reference in a new issue