UNPKG

@amcharts/amcharts4

Version:
17 lines (16 loc) 274 B
/** * Holds Style/CSS-related functionality */ /** * Interface for defining a style property */ export interface IStyleProperty { /** * Property */ "property": string; /** * Value of the property */ "value": string; }