Skip to content
Snippets Groups Projects
Commit 628a47d1 authored by Tojo's avatar Tojo
Browse files

GC stats

parent f4e4ebd7
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ interface LinkProps {
}
export function Link(props: LinkProps): JSX.Element;
interface StatsProps {
interface Istats {
children?: React.ReactNode;
className?: string;
icon?: JSX.Element;
......@@ -78,7 +78,7 @@ interface StatsProps {
valueColor?: string;
descColor?: string;
}
export function Stats(props: StatsProps):JSX.Element;
export function Stats(props: Istats):JSX.Element;
interface DataImage {
src: string;
......
......@@ -14,7 +14,7 @@ export { default as Toc } from "./src/components/core/Toc";
export { default as Map } from "./src/components/core/Map";
export { default as Image } from "./src/components/core/Image";
export { default as CardList } from "./src/components/core/CardList";
export {default as Stats} from "./src/components/core/Stats";
export {default as Stats} from "./src/components/Stats";
// Feature components
export { default as Hero } from "./src/components/Hero";
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment