mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
refactor(types): use shorter import path in DataTableSkeleton
This commit is contained in:
parent
fcf93bb8aa
commit
2d5ef94e71
2 changed files with 2 additions and 5 deletions
|
@ -2232,10 +2232,7 @@
|
|||
],
|
||||
"typedefs": [],
|
||||
"rest_props": { "type": "Element", "name": "div" },
|
||||
"extends": {
|
||||
"interface": "DataTableHeader",
|
||||
"import": "\"../DataTable/DataTable\""
|
||||
}
|
||||
"extends": { "interface": "DataTableHeader", "import": "\"./DataTable\"" }
|
||||
},
|
||||
{
|
||||
"moduleName": "DatePicker",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue