You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/excel-builder-vanilla-types/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# @excel-builder-vanilla/types
2
2
3
-
This package contains only the shared interfaces and types of excel-builder-vanilla's package.
3
+
This package contains only the shared types and interfaces of excel-builder-vanilla's package.
4
4
5
-
A use-case for `@excel-builder-vanilla/types` is when you want to import excel-builder-vanilla's to create interfaces as shown below.
5
+
A use-case for `@excel-builder-vanilla/types` is when you want to import excel-builder-vanilla's types to create a custom interface without importing the entire excel-builder-vanilla package.
0 commit comments