mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
d349492b46
commit
c2eb86ced5
7 changed files with 34 additions and 6 deletions
|
@ -9,6 +9,10 @@ export interface HeaderActionSearchProps {
|
|||
searchIsActive?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* This component is deprecated. Use `HeaderSearch` instead.
|
||||
*/
|
||||
export default class HeaderActionSearch extends SvelteComponentTyped<
|
||||
HeaderActionSearchProps,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue