use ;
type Render = ;
/// Allows the preview to trigger a rerender of itself.
///
/// For example, a preview for a component with a button that increments
/// a counter might trigger a rerender whenever the button is clicked.
///
/// # Clone
///
/// Clones share the same render function.