mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Forgotten to commit type file
This commit is contained in:
parent
e07611184e
commit
bb3947b139
1 changed files with 1 additions and 7 deletions
8
types/Layer/Layer.svelte.d.ts
vendored
8
types/Layer/Layer.svelte.d.ts
vendored
|
@ -11,19 +11,13 @@ export interface LayerProps {
|
||||||
* Specify the HTML element to render. If none is specified, a `div` is rendered.
|
* Specify the HTML element to render. If none is specified, a `div` is rendered.
|
||||||
* @default "div"
|
* @default "div"
|
||||||
*/
|
*/
|
||||||
as?: typeof import("svelte").SvelteComponent;
|
as?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify the Layer HTML element props
|
* Specify the Layer HTML element props
|
||||||
* @default {}
|
* @default {}
|
||||||
*/
|
*/
|
||||||
layerProps?: import("svelte/elements").HTMLElementAttributes;
|
layerProps?: import("svelte/elements").HTMLElementAttributes;
|
||||||
|
|
||||||
/**
|
|
||||||
* Set an id for the Layer component
|
|
||||||
* @default "ccs-" + Math.random().toString(36)
|
|
||||||
*/
|
|
||||||
id?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default class Layer extends SvelteComponentTyped<
|
export default class Layer extends SvelteComponentTyped<
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue