loon-bulma-react 2023.1.5 → 2023.1.7
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/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -674,6 +674,8 @@ declare const ScrollArea: {
|
|
|
674
674
|
|
|
675
675
|
type DataTableValue = {
|
|
676
676
|
id?: string | number;
|
|
677
|
+
ID?: string | number;
|
|
678
|
+
Id?: string | number;
|
|
677
679
|
};
|
|
678
680
|
type DataTableColumnProp<T extends DataTableValue> = {
|
|
679
681
|
/** sorteer-functie voor deze kolom. Als niet gedefinieerd kan je niet op deze kolom sorteren*/
|