interface MountOptions {
    parent?: RuntimeContext;
    props?: any;
}

Properties

Properties

props?: any