SLineCapStyle.d.ts 82 B

12345
  1. export declare enum SLineCapStyle {
  2. Butt = 0,
  3. Round = 1,
  4. Square = 2
  5. }