Interface Mount

    interface Mount {
        root: AnyShape;
        <T extends AnyShape>(shape: T): T;
        <T extends AnyShape[]>(...shapes: T): T;
    }
    Index

    Properties

    Properties

    root: AnyShape