mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: re-run npm run build:docs
(#2051)
This commit is contained in:
parent
e23a4d1994
commit
5f887f59e8
6 changed files with 82 additions and 83 deletions
2
types/Truncate/truncate.d.ts
vendored
2
types/Truncate/truncate.d.ts
vendored
|
@ -4,7 +4,7 @@ interface TruncateOptions {
|
|||
|
||||
export function TruncateAction(
|
||||
node: HTMLElement,
|
||||
options?: TruncateOptions
|
||||
options?: TruncateOptions,
|
||||
): {
|
||||
update: (options?: TruncateOptions) => void;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue