Tue, Mar 19, 2024, 2:28 AM +00:00
This commit is contained in:
parent
ee1865f4a2
commit
49743ec609
1 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,8 @@ Control the interface!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default class interface {
|
export default class interface {
|
||||||
function add() {
|
function define(element_type, element_content, element_id, element_class) {
|
||||||
|
/* Defines a new element. */
|
||||||
}
|
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue