import React from 'react';
import KPI from './index';
export default {
title: 'Core/Typography/KPI',
component: KPI
};
const Template = args => <KPI {...args} />;
export const Default = Template.bind({});
Default.args = {
value: '5+ Billions',
label: 'Consents proof'
};