19 lines
181 B
JavaScript
19 lines
181 B
JavaScript
|
|
|
|
import button from "/elements/button.js";
|
|
|
|
export default class sortBy{
|
|
|
|
text = ""
|
|
|
|
transition = "none"
|
|
|
|
layers = 1;
|
|
|
|
float = "right"
|
|
|
|
transform;
|
|
|
|
type = "desc"
|
|
|
|
} |