cosey 0.10.7 → 0.10.8
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExtractPropTypes, PropType, SlotsType } from 'vue';
|
|
1
|
+
import type { ExtractPropTypes, ExtractPublicPropTypes, PropType, SlotsType } from 'vue';
|
|
2
2
|
import Prism from 'prismjs';
|
|
3
3
|
import 'prismjs';
|
|
4
4
|
import 'prismjs/components/prism-scss';
|
|
@@ -39,6 +39,7 @@ export declare const highlightProps: {
|
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
export type HighlightProps = ExtractPropTypes<typeof highlightProps>;
|
|
42
|
+
export type HighlightPublicProps = ExtractPublicPropTypes<typeof highlightProps>;
|
|
42
43
|
export interface HighlightSlots {
|
|
43
44
|
default: {};
|
|
44
45
|
}
|