MCSYZVMX5QEQZQ2UKHZ6GKWWD3BXZS64UWNIRB5DD3ORGCPFGPOQC
6ZQLWGVLAEJ7K5KEELYJHBW24MS7CUYUP3PU4F5CDWZ7ZMEPU6JQC
DK5HGACGUWZGNYVDEX3CAOZV3NIWYT5EIXXPX3G3VD2TGYVJ5O2AC
QUT2VGNOS2XSDLSYCSMILCKF343M56MRPRSUWN4GXWPGCK6APK2QC
import { engageLifecycle, LifecycleHandlerBase } from "./LifecycleHandler";
export class DraggableBackdropComponent {
class DraggableBackdropComponent extends LifecycleHandlerBase<Props, State> {
staleProps: Props state: State;
staleProps: Props
state: State;
protected state: State;
this.staleProps = props;
super(props);
}
protected renderSelf() { }}
protected renderSelf() { }
const wrapped = engageLifecycle(DraggableBackdropComponent);// eslint-disable-next-linetype wrapped = DraggableBackdropComponent;export { wrapped as DraggableBackdropComponent };
const wrapped = engageLifecycle(DraggableBackdropComponent);
// eslint-disable-next-line
type wrapped = DraggableBackdropComponent;
export { wrapped as DraggableBackdropComponent };