mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
3 lines
183 B
TypeScript
3 lines
183 B
TypeScript
import { Importer, SideMedium } from './types';
|
|
export declare function useSidecar<T>(importer: Importer<T>, effect?: SideMedium<any>): [React.ComponentType<T> | null, Error | null];
|