Interface: IExampleUIUnit<ExampleT>
Defined in: packages/core/src/example/types.ts:10
Internal
Shape of a demo/example UI unit used by the monorepo's example harness and
package-tests. Exported for that internal tooling, not part of the stable
1.0 consumer API.
Extended by​
Type Parameters​
ExampleT​
ExampleT
Properties​
description?​
optionaldescription?:string
Defined in: packages/core/src/example/types.ts:12
title​
title:
string
Defined in: packages/core/src/example/types.ts:11
ui​
ui:
ExampleT
Defined in: packages/core/src/example/types.ts:13