UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

6 lines (5 loc) 154 B
/// <reference types="react" /> export declare function Artwork(props: { theme: "light" | "dark" | "system"; className?: string; }): JSX.Element;