UNPKG

@specialdoom/solid-rev-kit

Version:

RevKit UI implementation for SolidJS

7 lines (6 loc) 174 B
import { Component } from 'solid-js'; export interface AvatarProps { initials?: string; round?: boolean; } export declare const Avatar: Component<AvatarProps>;