UNPKG

@frontend-kasplo/kasplo-ui-components

Version:
7 lines (6 loc) 142 B
import React from "react"; interface InputProps { placeholder: string; } declare const Input: React.FC<InputProps>; export default Input;