@protonradio/proton-ui 0.4.1 → 0.4.2
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/dist/proton-ui.es.d.ts
CHANGED
|
@@ -347,7 +347,7 @@ export declare const TextEmphasis: {
|
|
|
347
347
|
declare interface TextEmphasisProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
348
348
|
to?: string;
|
|
349
349
|
onClick?: () => void;
|
|
350
|
-
children:
|
|
350
|
+
children: ReactNode;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
declare interface TextEmphasisTooltipProps extends TextEmphasisProps {
|