UNPKG

gatsby-plugin-stork

Version:

A Gatsby plugin for generating Stork search indexes.

13 lines (10 loc) 242 B
import * as React from "react"; interface StorkInputProps { indexName?: string; file?: string; placeholder?: string; } export class StorkInput extends React.Component< StorkInputProps & React.HTMLProps<HTMLInputElement>, any > {}