challenge-vtex-io-Rhayllon-.../react/typings/vtex.styleguide.d.ts

10 lines
193 B
TypeScript

declare module "vtex.styleguide" {
import { ComponentType } from "react";
export const Input: ComponentType<InputProps>;
interface InputProps {
[key: string]: any
}
}