import { ReactNode, useState } from "react"; import "./Button.css"; import { getCN, usePadding, onLoad } from "../../utils"; function SkeletonButton({ children, className, skeleton = true, ...props }: { [x: string]: any; }) { return (