mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
41f6021ca3
commit
b3cbf1c0c6
17 changed files with 30 additions and 30 deletions
10
types/UIShell/HeaderUtilities.svelte.d.ts
vendored
Normal file
10
types/UIShell/HeaderUtilities.svelte.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
|
||||
export interface HeaderUtilitiesProps {}
|
||||
|
||||
export default class HeaderUtilities extends SvelteComponentTyped<
|
||||
HeaderUtilitiesProps,
|
||||
{},
|
||||
{ default: {} }
|
||||
> {}
|
Loading…
Add table
Add a link
Reference in a new issue