Skip to content

Commit

Permalink
docs(plasma-b2c/web): generate api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich committed Jan 9, 2024
1 parent d163e42 commit fba9646
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/plasma-b2c/api/plasma-b2c.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,23 @@ headline4: string;
paragraph1: string;
paragraph2: string;
underline: string;
bodyL: string;
bodyM: string;
bodyS: string;
bodyXS: string;
bodyXXS: string;
dsplL: string;
dsplM: string;
dsplS: string;
h1: string;
h2: string;
h3: string;
h4: string;
h5: string;
textL: string;
textM: string;
textS: string;
textXS: string;
};
}> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
customGradientColor?: string | undefined;
Expand Down
17 changes: 17 additions & 0 deletions packages/plasma-web/api/plasma-web.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,23 @@ headline4: string;
paragraph1: string;
paragraph2: string;
underline: string;
bodyL: string;
bodyM: string;
bodyS: string;
bodyXS: string;
bodyXXS: string;
dsplL: string;
dsplM: string;
dsplS: string;
h1: string;
h2: string;
h3: string;
h4: string;
h5: string;
textL: string;
textM: string;
textS: string;
textXS: string;
};
}> & HTMLAttributes<HTMLDivElement> & SkeletonSizeProps & {
customGradientColor?: string | undefined;
Expand Down

0 comments on commit fba9646

Please sign in to comment.