@liner-fe/prism 2.9.41 → 2.9.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -0
- package/lib/index.js +492 -5545
- package/package.json +7 -5
package/lib/index.d.ts
CHANGED
|
@@ -540,6 +540,7 @@ interface LogoRectangleProps {
|
|
|
540
540
|
width: number;
|
|
541
541
|
height: number;
|
|
542
542
|
className?: string;
|
|
543
|
+
fill?: BasicColorType;
|
|
543
544
|
}
|
|
544
545
|
type LogoProps = LogoSquareProps | LogoRectangleProps;
|
|
545
546
|
declare const Logo: (props: LogoProps) => react_jsx_runtime.JSX.Element;
|