9 lines
102 B
JavaScript
9 lines
102 B
JavaScript
export default {
|
||
name: 'Kaydırma Aracı ',
|
||
buttons: [
|
||
{
|
||
title: 'Kaydırma'
|
||
}
|
||
]
|
||
}
|