UNPKG

@kopexa/sight

Version:

Kopexa Sight Design System — React component library for GRC applications

8 lines (5 loc) 264 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ComponentProps } from 'react'; type SkeletonProps = ComponentProps<"div">; declare const Skeleton: (props: SkeletonProps) => react_jsx_runtime.JSX.Element; export { Skeleton, type SkeletonProps };