@indico-data/design-system 2.58.0 → 2.58.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/lib/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { CSSObject } from 'styled-components';
|
|
|
9
9
|
import { Props as Props$4 } from 'react-select';
|
|
10
10
|
import { DateRange, OnSelectHandler, Mode, CustomComponents, Matcher, Formatters, MonthChangeEventHandler, DayEventHandler } from 'react-day-picker';
|
|
11
11
|
import { ColumnDef, Row as Row$1 } from '@tanstack/react-table';
|
|
12
|
-
export { ColumnDef, Row as TanstackTableRowType, Table as TanstackTableType } from '@tanstack/react-table';
|
|
12
|
+
export { ColumnDef, Column as TanstackTableColumnType, Row as TanstackTableRowType, Table as TanstackTableType } from '@tanstack/react-table';
|
|
13
13
|
import { PlacesType } from 'react-tooltip';
|
|
14
14
|
export { ToastContainer, toast } from 'react-toastify';
|
|
15
15
|
|
package/package.json
CHANGED
package/src/index.ts
CHANGED