mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
chore: remove Truncate since it does not exist in Carbon v11
This commit is contained in:
parent
90a0baf676
commit
5833536199
13 changed files with 3 additions and 191 deletions
12
types/Truncate/truncate.d.ts
vendored
12
types/Truncate/truncate.d.ts
vendored
|
@ -1,12 +0,0 @@
|
|||
interface TruncateOptions {
|
||||
clamp?: "end" | "front";
|
||||
}
|
||||
|
||||
export function TruncateAction(
|
||||
node: HTMLElement,
|
||||
options?: TruncateOptions
|
||||
): {
|
||||
update: (options?: TruncateOptions) => void;
|
||||
};
|
||||
|
||||
export default TruncateAction;
|
Loading…
Add table
Add a link
Reference in a new issue