Skip to content

Commit b82b03a

Browse files
committed
chore: update component data
1 parent ac3de18 commit b82b03a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tables/TableSearch.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@
5656
@prop export let placeholder: string = 'Search';
5757
@prop export let customColor: string = '';
5858
@prop export let color: 'blue' | 'green' | 'red' | 'yellow' | 'purple' | 'default' | 'custom' = 'default';
59+
@prop export let innerDivClass: string = 'p-4';
5960
-->

0 commit comments

Comments
 (0)