mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(types): delete extraneous icons/Search.svelte.d.ts
(#2025)
This commit is contained in:
parent
a324ea7ae9
commit
951d686042
1 changed files with 0 additions and 17 deletions
17
types/icons/Search.svelte.d.ts
vendored
17
types/icons/Search.svelte.d.ts
vendored
|
@ -1,17 +0,0 @@
|
||||||
/// <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