FunctionLeftNormalText({
color,
fontSize,
fontWeight,
wordBreak,
children,
}: Props)
client/src/components/atoms/p/LeftNormalText/LeftNormalText.tsx:32
FunctionNavButton({
iconColor,
name,
backgroundColor,
moveUrl,
width,
height,
onClick,
}: Props)
client/src/components/atoms/button/NavButton/NavButton.tsx:37
FunctionRoundLongButton({
backgroundColor,
color,
isSubmit,
children,
onClick,
}: Props)
client/src/components/atoms/button/RoundLongButton/RoundLongButton.tsx:31
FunctionRoundShortButton({
backgroundColor,
color,
children,
border,
isSubmit,
onClick,
}: Props)
client/src/components/atoms/button/RoundShortButton/RoundShortButton.tsx:36
FunctionRoundShortChips({
backgroundColor,
width,
height,
fontSize,
color,
children,
margin,
}: Props)
client/src/components/atoms/div/RoundShortChips/RoundShortChips.tsx:41
FunctionSquircleShortChips({
backgroundColor,
width,
height,
fontSize,
color,
children,
}: Props)
client/src/components/atoms/div/SquircleShortChips/SquircleShortChips.tsx:38
FunctionTextButton({
color,
padding,
children,
width,
height,
onClick,
}: Props)
client/src/components/atoms/button/TextButton/TextButton.tsx:35
FunctioncheckBoxWithNumber({
onClick,
checked,
description,
color,
fontWeight,
fontSize,
money,
}: Props)
client/src/components/molecules/CheckBoxWithNumber/CheckBoxWithNumber.tsx:24