mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-04 16:51:19 +00:00
added custom element and base class
This commit is contained in:
@@ -4,7 +4,7 @@ import { SmartUiComponent, Descriptor, InputType } from "./SmartUiComponent";
|
||||
|
||||
describe("SmartUiComponent", () => {
|
||||
const exampleData: Descriptor = {
|
||||
onSubmit: async (currentValues: Map<string, InputType>) => {},
|
||||
onSubmit: async () => {},
|
||||
root: {
|
||||
id: "root",
|
||||
info: {
|
||||
|
||||
Reference in New Issue
Block a user