Tanatloc documentation
    Preparing search index...
    interface IStyle {
        bottom: Bottom<string | number> | undefined;
        left: Left<string | number> | undefined;
        maxHeight: MaxHeight<string | number> | undefined;
        maxWidth: MaxWidth<string | number> | undefined;
        top: Top<string | number> | undefined;
    }
    Index

    Properties

    bottom: Bottom<string | number> | undefined
    left: Left<string | number> | undefined
    maxHeight: MaxHeight<string | number> | undefined
    maxWidth: MaxWidth<string | number> | undefined
    top: Top<string | number> | undefined