Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 29, 2024
1 parent a1d9aa3 commit b47bd0e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/src/modules/components/ApiPage/table/PropertiesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ import {
brandingDarkTheme as darkTheme,
brandingLightTheme as lightTheme,
} from 'docs/src/modules/brandingTheme';
import {
PropDescriptionParams,
getHash,
} from 'docs/src/modules/components/ApiPage/list/PropertiesList';
import { Properties, getHash } from 'docs/src/modules/components/ApiPage/list/PropertiesList';
import StyledTableContainer from 'docs/src/modules/components/ApiPage/table/StyledTableContainer';
import ApiWarning from 'docs/src/modules/components/ApiPage/ApiWarning';

Expand Down Expand Up @@ -120,7 +117,7 @@ function PropDescription({ description }: { description: string }) {
}

interface PropertiesTableProps {
properties: PropDescriptionParams[];
properties: Properties[];
}

export default function PropertiesTable(props: PropertiesTableProps) {
Expand Down

0 comments on commit b47bd0e

Please sign in to comment.