@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 306 B
TypeScript
import React from "react";
type DataTableCaptionProps = React.HTMLAttributes<HTMLTableCaptionElement>;
declare const DataTableCaption: React.ForwardRefExoticComponent<DataTableCaptionProps & React.RefAttributes<HTMLTableCaptionElement>>;
export { DataTableCaption };
export type { DataTableCaptionProps };