UNPKG

welcome-ui

Version:

Customizable design system with react, typescript, tailwindcss and ariakit.

3 lines (2 loc) 209 B
import { AssetWithTitleProps } from './types'; export declare const AssetWithTitle: import('react').ForwardRefExoticComponent<Omit<AssetWithTitleProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;