/** * Alert Documentation Sample Props */ import type { SampleProps } from '@idealyst/tooling'; export const sampleProps: SampleProps = { props: { title: 'Alert Title', message: 'This is an alert message with important information.', }, };