feat(data-table): make title, description slottable #720 (#722)

Closes #720
This commit is contained in:
Eric Liu 2021-07-05 08:44:07 -07:00 committed by GitHub
commit 5fee13b2eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 1 deletions

View file

@ -157,6 +157,8 @@ export default class DataTable extends SvelteComponentTyped<
default: {};
cell: { row: DataTableRow; cell: DataTableCell };
["cell-header"]: { header: DataTableNonEmptyHeader };
description: {};
["expanded-row"]: { row: DataTableRow };
title: {};
}
> {}