Source code for ooodev.format.inner.common.props.struct_size_props

from __future__ import annotations
from typing import NamedTuple
from .prop_pair import PropPair as PropPair


[docs]class StructSizeProps(NamedTuple): """Internal Properties""" width: str height: str