UNPKG
@difizen/magent-au
Version:
latest (0.1.33)
0.1.33
0.1.30
0.1.29
0.1.28
0.1.27
github.com/difizen/magent
difizen/magent
@difizen/magent-au
/
es
/
model
/
model-icon
/
index.d.ts
6 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
LLMMeta
}
from
'../protocol.js'
;
export
declare
const
DefaultLLMIcon
:
() =>
import
(
"react/jsx-runtime.js"
).
JSX
.
Element
;
export
declare
const
LLMIcon
:
(
props
: { data: LLMMeta; }
) =>
import
(
"react/jsx-runtime.js"
).
JSX
.
Element
;
//# sourceMappingURL=index.d.ts.map