mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-23 13:45:09 +00:00
4 lines
205 B
JavaScript
4 lines
205 B
JavaScript
|
export const VencordFragment = /* #__PURE__*/ Symbol.for("react.fragment");
|
||
|
export let VencordCreateElement =
|
||
|
(...args) => (VencordCreateElement = Vencord.Webpack.Common.React.createElement)(...args);
|