Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-13 18:59:04 -07:00
commit 574e3d64ee
3 changed files with 0 additions and 18 deletions

View file

@ -55,12 +55,6 @@ export interface SearchProps {
*/
value?: string;
/**
* Specify the `type` attribute of the search input
* @default "text"
*/
type?: string;
/**
* Specify the `placeholder` attribute of the search input
* @default "Search..."