component.d.ts 162 B

123
  1. import { Context, InyComponent } from '../types/index';
  2. declare function InyComponents<T extends Context>(ctx: T): InyComponent<T>;
  3. export default InyComponents;