Back to Docz

Index

examples/monorepo-separate-docs/packages/docs/src/index.mdx

2.4.0217 B
Original Source

import Alert from 'alert'

import { Props } from 'docz'

Alert

<Alert>Hello</Alert>

<Props of={Alert} />

import AlertTS from 'alert-ts/src/'

Alert TypeScript

<AlertTS>Hello</AlertTS>

<Props of={AlertTS} />