We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162a0e7 commit cd4f5ebCopy full SHA for cd4f5eb
src/components/templates/Layout/index.stories.tsx
@@ -9,6 +9,7 @@ export default { title: 'template/Layout' }
9
export const StoryLayout: React.FC<{}> = ({ children }) => (
10
<Layout
11
title="日々是好日"
12
+ tabKey="/days"
13
onTitleClick={event => {
14
event.preventDefault()
15
action('onTitleClick')(event)
0 commit comments