UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

4 lines (3 loc) 223 B
import type { PlaceholderContainerProps } from "./types.js"; import "./PlaceholderContainer.css"; export declare const PlaceholderContainer: (rawProps: PlaceholderContainerProps) => import("react/jsx-runtime").JSX.Element;