Include.d.ts 164 B

123456
  1. import { FC } from "react";
  2. export interface IncludeProps {
  3. url: string;
  4. }
  5. export declare const Include: FC<IncludeProps>;
  6. //# sourceMappingURL=Include.d.ts.map