mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
0a28d64acf
commit
0d1a60d848
12 changed files with 108 additions and 85 deletions
17
types/icons/Search.svelte.d.ts
vendored
Normal file
17
types/icons/Search.svelte.d.ts
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface SearchProps
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["svg"]> {
|
||||
/**
|
||||
* @default 16
|
||||
*/
|
||||
size?: number;
|
||||
|
||||
/**
|
||||
* @default undefined
|
||||
*/
|
||||
title?: undefined;
|
||||
}
|
||||
|
||||
export default class Search extends SvelteComponentTyped<SearchProps, {}, {}> {}
|
Loading…
Add table
Add a link
Reference in a new issue