carbon-components-svelte/src/Truncate/index.js
metonym 9143e50244
breaking(actions): move truncate action to src/Truncate (#1224)
* breaking: move truncate action to src/Truncate

* docs: update truncate docs
2022-04-02 12:04:33 -07:00

2 lines
96 B
JavaScript

export { default as Truncate } from "./Truncate.svelte";
export { truncate } from "./truncate";