variablesVariable: AlertOn this pageVariable: Alert const Alert: FC<AlertProps> Defined in: components/Alert/index.tsx:66 Component Alert Description A component to display alert messages. Param The component props. Returns The rendered Alert component or null if not visible. Example <Alert message="This is a simple alert." />