mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
799ffd5f7a
commit
34a1e2e55a
144 changed files with 304 additions and 16 deletions
2
types/Search/Search.svelte.d.ts
vendored
2
types/Search/Search.svelte.d.ts
vendored
|
@ -99,6 +99,8 @@ export interface SearchProps
|
|||
* @default null
|
||||
*/
|
||||
ref?: null | HTMLInputElement;
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class Search extends SvelteComponentTyped<
|
||||
|
|
2
types/Search/SearchSkeleton.svelte.d.ts
vendored
2
types/Search/SearchSkeleton.svelte.d.ts
vendored
|
@ -8,6 +8,8 @@ export interface SearchSkeletonProps
|
|||
* @default "xl"
|
||||
*/
|
||||
size?: "sm" | "lg" | "xl";
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class SearchSkeleton extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue