4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
|
export const Separator = width => ags.Widget.Box({
|
||
|
style: `min-width: ${width}px;`,
|
||
|
});
|