interface SnapshotUIConstructorProps {
    allowShare: boolean;
    children?: ComponentChildren;
}

Hierarchy

  • ConstructorProps
    • SnapshotUIConstructorProps

Properties

allowShare: boolean

true

children?: ComponentChildren