interface DerivedStringSnapshot {
    padding: string;
    value: string;
}

Properties

Properties

padding: string
value: string