import React from 'react';
import { BarList } from 'reaviz';
export default {
tags: ['snapshot'],
title: 'Charts/Bar List/Sort',
component: BarList
};
export const Ascending = () => (
);
export const Descending = () => (
);
export const None = () => (
);