@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 336 B
TypeScript
import React from "react";
type DialogBackdropInternalProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children">;
declare const DialogBackdropInternal: React.ForwardRefExoticComponent<DialogBackdropInternalProps & React.RefAttributes<HTMLDivElement>>;
export { DialogBackdropInternal };
export type { DialogBackdropInternalProps };