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