Skip to content

Commit

Permalink
Update packages/api-docs-builder/ApiBuilders/ComponentApiBuilder.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
Signed-off-by: Marija Najdova <mnajdova@gmail.com>
  • Loading branch information
mnajdova and alexfauquette authored Dec 10, 2024
1 parent 85a87fc commit 86cc3f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ const attachTable = (
reactApi: ComponentReactApi,
params: ParsedProperty[],
attribute: 'cssVariables' | 'dataAttributes',
defaultType: any = undefined,
defaultType?: string,
) => {
const errors: Array<[propName: string, error: Error]> = [];
const data: { [key: string]: ApiItemDescription } = params
Expand Down

0 comments on commit 86cc3f3

Please sign in to comment.