import React from 'react';
import TopTitle from './index';
export default {
title: 'Core/Typography/TopTitle',
component: TopTitle
};
const Template = args => <TopTitle {...args}>Welcome to Axeptio</TopTitle>;
export const Default = Template.bind({});
Default.args = {};