Interface UnionOptions

deprecated Use the new union function instead.

interface UnionOptions {
    align?: number;
}

Properties

Properties

align?: number