mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:01:05 +08:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import * as React from 'react';
|
|
|
|
export default {
|
|
title: 'Component 1',
|
|
};
|
|
|
|
export const Story1 = () => <div>Component 1 - Story 1</div>;
|