mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
6 lines
122 B
C
6 lines
122 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <LibHTML/DOM/Element.h>
|
||
|
|
||
|
NonnullRefPtr<Element> create_element(Document&, const String& tag_name);
|