mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix: change DataTable.svelte headers prop type
This commit is contained in:
parent
2bf6509c2a
commit
100de475bc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
/**
|
||||
* Specify the data table headers
|
||||
* @type {{key: string; value: string;}} [headers=[]]
|
||||
* @type {{key: string; value: string;}[]} [headers=[]]
|
||||
*/
|
||||
export let headers = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue