@kopexa/sight
Version:
Kopexa Sight Design System — React component library for GRC applications
10 lines (7 loc) • 398 B
TypeScript
import { SkeletonProps } from './skeleton.js';
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SkeletonAvatarVariantProps } from '@kopexa/theme';
import 'react';
type SkeletonAvatarProps = SkeletonProps & SkeletonAvatarVariantProps;
declare const SkeletonAvatar: (props: SkeletonAvatarProps) => react_jsx_runtime.JSX.Element;
export { SkeletonAvatar, type SkeletonAvatarProps };