Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-07 15:44:02 +00:00
parent 2330788995
commit 7d88aff4ab
130 changed files with 22665 additions and 223 deletions

3
lib/components/Error.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
/// <reference types="react" />
import type { KcProps } from "./KcProps";
export declare const Error: import("react").MemoExoticComponent<(props: KcProps) => JSX.Element>;