mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(types): add missing $$restProps
for Checkbox
, Filename
, FluidForm
This commit is contained in:
parent
2a8fc00a09
commit
8eba7fbb3d
3 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
/**
|
/**
|
||||||
|
* @restProps {div}
|
||||||
* @event {boolean} check
|
* @event {boolean} check
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<script>
|
<script>
|
||||||
|
/**
|
||||||
|
* @restProps {div | button | svg}
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify the file name status
|
* Specify the file name status
|
||||||
* @type {"uploading" | "edit" | "complete"}
|
* @type {"uploading" | "edit" | "complete"}
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
<script>
|
<script>
|
||||||
|
/**
|
||||||
|
* @restProps {form}
|
||||||
|
*/
|
||||||
|
|
||||||
import { setContext } from "svelte";
|
import { setContext } from "svelte";
|
||||||
import Form from "../Form/Form.svelte";
|
import Form from "../Form/Form.svelte";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue