challenge-vtex-io-ana-carol.../react/typings/vtex.styleguide.d.ts

10 lines
193 B
TypeScript
Raw Normal View History

2023-02-07 09:28:39 +00:00
declare module "vtex.styleguide" {
import { ComponentType } from "react";
export const Input: ComponentType<InputProps>;
interface InputProps {
[key: string]: any
}
}