Represents a private interface for a typography field.

interface ITypographyFieldPrivate<Data = IAnything> {
    value: any;
}

Type Parameters

  • Data = IAnything

    The type of data the field holds.

Hierarchy (View Summary)

Properties

Properties

value: any