export interface PreviewProps { visible?: boolean; getContainer?: false | HTMLElement | (() => HTMLElement); showOperation?: boolean; }