UNPKG

@figr-design/identity-code-lib

Version:

This repo contains code for components exported from Figrs design system generator (Identity).

4 lines 222 B
/// <reference types="react" /> declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element; export { Skeleton }; //# sourceMappingURL=Skeleton.d.ts.map