Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { BarChart } from 'grommet-controls';
import doc from 'grommet-controls/components/BarChart/doc';
import Doc from '../../components/Doc';
const desc = doc(BarChart).toJSON();
export default () => (
);