UNPKG

@yandex/ui

Version:

Yandex UI components

12 lines (11 loc) 349 B
import { FC } from 'react'; import { Theme } from '../Theme'; import './Showcase.css'; export declare const cnShowcase: import("@bem-react/classname").ClassNameFormatter; export interface IShowcaseProps { theme: Theme; } /** * Витрина компонентов @yandex-lego/components */ export declare const Showcase: FC<IShowcaseProps>;