.d.ts fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-31 15:55:51 +03:00
parent 2eef8e3f13
commit 6f3e964d05
2 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,10 @@ export interface CardPassThroughOptions {
* Uses to pass attributes to the root's DOM element.
*/
root?: CardPassThroughOptionType;
/**
* Uses to pass attributes to the header's DOM element.
*/
header?: CardPassThroughOptionType;
/**
* Uses to pass attributes to the body's DOM element.
*/