--- interface Props { /** * The CSS class to apply to the table. * Note that the prop is not used in this component, but in a rehype plugin applying the classes to the table element * directly on the HTML AST (HAST) generated by Astro. * @default "table" * @see src/libs/rehype.ts */ class?: string } ---