mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-24 12:33:07 +00:00
refactor: export and use components props
This commit is contained in:
@@ -2,7 +2,7 @@ import { Box, Paper, Stack, Typography } from "@mui/material";
|
||||
import { css, Theme } from "@mui/material/styles";
|
||||
import { memo, ReactNode } from "react";
|
||||
|
||||
type Props = {
|
||||
export type Props = {
|
||||
icon: ReactNode;
|
||||
title: string;
|
||||
input: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user