jinlin
2024-06-06 159fa1f9e62cf2873bf26b2db83d0b32656cdf3d
1
2
3
4
5
6
7
8
9
10
11
export default {
  name: 'ClosePath',
  buttons: [
    {
      title: 'Open path'
    },
    {
      title: 'Close path'
    }
  ]
};