import React from 'react';
import Icon from '../Icon';
import Button from '../Button';
import ExpansionPanel from '../ExpansionPanel';
import Typography from '../Typography';
import SelectBox from '../SelectBox';
import ColorSelect from '../ColorSelect';
import Sliders from '../Sliders';
import { Group, Item, SliderWrapper } from '../../global/toolStyled';
const BrushOptions = [
{
key: 'freehand',
content: ,
},
{
key: 'markpen',
content: ,
},
];
const Freehand = () => {
return (
Freehand
}
>
Tools
-
-
-
Opacity
40%
Width
12pt
);
};
export default Freehand;