@highcharts/dashboards
Version:
Highcharts Dashboards framework
29 lines (24 loc) • 450 B
TypeScript
/* *
*
* (c) 2010-2025 Torstein Honsi
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
/* *
*
* Declarations
*
* */
export type DashStyleValue = (
'Dash'|'DashDot'|'Dot'|'LongDash'|'LongDashDot'|'LongDashDotDot'|
'ShortDash'|'ShortDashDot'|'ShortDashDotDot'|'ShortDot'|'Solid'
);
/* *
*
* Default Export
*
* */
export default DashStyleValue;