/** * Image Documentation Sample Props */ import type { SampleProps } from '@idealyst/tooling'; export const sampleProps: SampleProps = { props: { source: { uri: 'https://picsum.photos/200/150' }, width: 200, height: 150, }, };