1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

Update to 4.3.0

This commit is contained in:
Steffo 2022-02-03 04:21:13 +01:00
parent ef2b11472e
commit ff699183cb
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "@steffo/bluelib-react", "name": "@steffo/bluelib-react",
"version": "4.2.0", "version": "4.3.0",
"description": "React bindings for Bluelib", "description": "React bindings for Bluelib",
"keywords": [ "keywords": [
"react", "react",

View file

@ -1,5 +1,7 @@
import {BluelibHTMLProps, BluelibProps, ClassNames, State, Validator, Validity} from "./types"; import {BluelibHTMLProps, BluelibProps, ClassNames, State, Validator, Validity} from "./types";
export {BaseElement} from "./components/BaseElement"
export {Ruby} from "./components/annotations/Ruby" export {Ruby} from "./components/annotations/Ruby"
export {Chapter} from "./components/chapters/Chapter" export {Chapter} from "./components/chapters/Chapter"