First commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
import button from "/elements/button.js";
|
||||
|
||||
export default class sortBy{
|
||||
|
||||
text = ""
|
||||
|
||||
transition = "none"
|
||||
|
||||
layers = 1;
|
||||
|
||||
float = "right"
|
||||
|
||||
transform;
|
||||
|
||||
type = "desc"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user