import Button from '.'

export default {
    title: "Base/Button",
    component: Button,
    argTypes: {
        onClick: { action: "Clicked" },
     
    },
   
}
export const button= {
    args: {
        children: "Submit",
   
    }
}