mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
Build lib
This commit is contained in:
parent
06ecbe78c3
commit
585341dd9c
6 changed files with 38 additions and 7 deletions
3
types/Grid/Grid.d.ts
vendored
3
types/Grid/Grid.d.ts
vendored
|
@ -1,7 +1,6 @@
|
|||
/// <reference types="svelte" />
|
||||
|
||||
export interface GridProps
|
||||
extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
|
||||
export interface GridProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["div"]> {
|
||||
/**
|
||||
* Set to `true` to render a custom HTML element
|
||||
* Props are destructured as `props` in the default slot (e.g. <Grid let:props><header {...props}>...</header></Grid>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue