chore: run npm run build:docs

This commit is contained in:
Eric Liu 2024-11-10 15:18:00 -08:00
commit b2883dce91
4 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ type $Props = {
| boolean
| ((
row: import("./DataTable.svelte").DataTableRow,
value: number | string
value: number | string,
) => boolean);
/**