Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
ui/react: remove SemiControlledInput
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Mar 2, 2021
1 parent 7a5bfc9 commit e493309
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
2 changes: 0 additions & 2 deletions src/ui/react/configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { ReactNode } from "react";
import { create, CreateParams, Data } from "../../core";
import { createContext } from "./context";
import { makeHooks } from "./hooks";
import { makeSemiControlledInput } from "./inputs";
import type { ReactType } from "./types";

type Configuration<Domain> = {
Expand All @@ -23,7 +22,6 @@ export function configure<Domain>(configuration: Configuration<Domain>) {
React.createElement(Provider as any, { value: db, children: children });
return { db, withDB };
},
SemiControlledInput: makeSemiControlledInput(React),
useTryDB,
};
}
32 changes: 0 additions & 32 deletions src/ui/react/inputs.ts

This file was deleted.

0 comments on commit e493309

Please sign in to comment.