* chore(docs): Generated UI Reference * fixed props typing + added new alert page * updated ui dependencies --------- Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { Alert } from "@medusajs/ui"
|
|
|
|
export default function AlertWarning() {
|
|
return <Alert variant="warning">Be careful!</Alert>
|
|
}
|