mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Tidy
This commit is contained in:
parent
bb3947b139
commit
06f1ece637
4 changed files with 253 additions and 405 deletions
4
types/Layer/Layer.svelte.d.ts
vendored
4
types/Layer/Layer.svelte.d.ts
vendored
|
@ -2,13 +2,13 @@ import type { SvelteComponentTyped } from "svelte";
|
|||
|
||||
export interface LayerProps {
|
||||
/**
|
||||
* Specify the layer level and override any existing levels based on hierarchy.
|
||||
* Specify the layer level to override any existing levels based on hierarchy.
|
||||
* @default undefined
|
||||
*/
|
||||
level?: 0 | 1 | 2;
|
||||
|
||||
/**
|
||||
* Specify the HTML element to render. If none is specified, a `div` is rendered.
|
||||
* Specify the HTML element to render.
|
||||
* @default "div"
|
||||
*/
|
||||
as?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue