import {
  Meta,
  Preview,
  Props,
  Story,
  SourceState,
} from "@storybook/addon-docs/blocks";
import { Description } from "./Description";

<Meta title="Components/Typography/Description" component={Description} />

# Description

```jsx
import { Description } from "@aptible/arrow-ds";
```

<Preview withSource={SourceState.OPEN}>
  <Story name="Description">
    <Description>This is the Description component</Description>
  </Story>
</Preview>

## Props

<Props of={Description} />
