mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +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
2
types/DataTable/DataTableSkeleton.d.ts
vendored
2
types/DataTable/DataTableSkeleton.d.ts
vendored
|
@ -1,6 +1,6 @@
|
|||
/// <reference types="svelte" />
|
||||
import { SvelteComponentTyped } from "svelte";
|
||||
import { DataTableHeader } from "../DataTable/DataTable";
|
||||
import { DataTableHeader } from "./DataTable";
|
||||
|
||||
export interface DataTableSkeletonProps
|
||||
extends DataTableHeader,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue