import React from "react"; import { Collapse, Card } from "reactstrap"; import Fontstyle from "./FontStyle/Fontstyle"; import Colors from "./FontColor/colors"; import FontSize from "./FontSize/fontsize"; import LineHeight from "./LineHeight/lineheight"; import "../style/setting.scss"; // import OptionDropdown from "../option/Dropdown"; const Setting = (props) => { const { // BookStyle, // onSelect, isOpen, // valueList, // defaultValue, // title, readyColors, setIsChecked, isChecked, setcolor, color, bookStyle, setBookStyle, bookOption, } = props; return ( <> ); }; export default Setting;