interface IPropsFormula {
    text?: string;
}

Properties

Properties

text?: string