UNPKG

@kloudlite/design-system

Version:

A design system for building ambitious products.

7 lines (6 loc) 209 B
import { ReactNode } from 'react'; declare const Pulsable: ({ children, isLoading, }: { children: ReactNode; isLoading: boolean; }) => import("react/jsx-runtime").JSX.Element; export default Pulsable;