mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-03 12:33:56 +00:00
refactor: export and use components props
This commit is contained in:
@@ -11,7 +11,7 @@ import { css, Theme } from "@mui/material/styles";
|
||||
import NextLink, { LinkProps } from "next/link";
|
||||
import { memo, ReactNode } from "react";
|
||||
|
||||
type Props = {
|
||||
export type Props = {
|
||||
icon: ReactNode;
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user