4 lines
256 B
TypeScript
4 lines
256 B
TypeScript
import { type HTMLAttributes } from "react";
|
|
declare const ContentSkeleton: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
export default ContentSkeleton;
|
|
//# sourceMappingURL=content-skeleton.d.ts.map
|