@yamada-ui/highlight 1.0.43-dev-20241119122307 → 1.0.43-next-20241119123334
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/highlight.d.mts +1 -1
- package/dist/highlight.d.ts +1 -1
- package/package.json +1 -1
package/dist/highlight.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps
|
2
|
+
import { FC, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
3
3
|
import { TextProps } from '@yamada-ui/typography';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
|
package/dist/highlight.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps
|
2
|
+
import { FC, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
3
3
|
import { TextProps } from '@yamada-ui/typography';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
|