UNPKG

@pilotlab/lux-tools

Version:

A luxurious user experience framework, developed by your friends at Pilot.

9 lines (8 loc) 318 B
import { IAttribute, Attributes } from '@pilotlab/attributes'; import StyleElement from './styleElement'; export declare class StyleLine extends StyleElement { constructor(data?: (StyleLine | Attributes | Object | string)); thickness: number; protected p_thickness: IAttribute; } export default StyleLine;