Skip to content

Commit c5d40f6

Browse files
committed
docs: better description of types package
1 parent 47233e3 commit c5d40f6

File tree

1 file changed

+2
-2
lines changed
  • packages/excel-builder-vanilla-types

1 file changed

+2
-2
lines changed

packages/excel-builder-vanilla-types/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# @excel-builder-vanilla/types
22

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.
44

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.
66

77
```ts
88
import type { ExcelStyleInstruction, Worksheet, Workbook } from '@excel-builder-vanilla/types';

0 commit comments

Comments
 (0)