UNPKG
ali-outcode-new
Version:
latest (1.0.0)
1.0.0
first
ali-outcode-new
/
plugins
/
example.d.ts
7 lines
(6 loc)
•
245 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BuilderComponentPluginFactory
}
from
'@alilc/lowcode-code-generator'
;
export
interface
PluginConfig
{
fileType
:
string
; }
declare
const
pluginFactory
:
BuilderComponentPluginFactory
<
PluginConfig
>;
export
default
pluginFactory;