able-baker/example/dyn-test.tsx

15 lines
231 B
TypeScript
Raw Permalink Normal View History

2023-06-27 21:54:39 -04:00
2023-07-01 10:43:29 -04:00
import * as Util from "@able/";
import * as React from "react";
import {createElement} from "react/client";
2023-06-27 21:54:39 -04:00
2023-07-01 10:43:29 -04:00
import('react').then((module) => {
2023-06-27 21:54:39 -04:00
console.log(module);
});
function unimport(n:number)
{
return n;
}
unimport(123)