UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

9 lines 348 B
import type React from 'react'; /** Private component used to render placeholders in storybook and documentation examples */ export declare const Placeholder: React.FC<React.PropsWithChildren<{ id?: string | undefined; width?: number | string; height: number | string; label?: string; }>>; //# sourceMappingURL=Placeholder.d.ts.map