File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import ArtworkSystemSvg from "./dsfr/artwork/system.svg";
1111import { getAssetUrl } from "./lib/tools/getAssetUrl" ;
1212import type { HeaderProps } from "./Header" ;
1313
14- export type Display = {
14+ export type DisplayProps = {
1515 className ?: string ;
1616} ;
1717
@@ -36,7 +36,7 @@ export const headerQuickAccessDisplay: HeaderProps.QuickAccessItem.Button = {
3636
3737/** @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-display> */
3838export const Display = memo (
39- forwardRef < HTMLDialogElement , Display > ( ( props , ref ) => {
39+ forwardRef < HTMLDialogElement , DisplayProps > ( ( props , ref ) => {
4040 const { className, ...rest } = props ;
4141
4242 assert < Equals < keyof typeof rest , never > > ( ) ;
You can’t perform that action at this time.
0 commit comments