Sha256: 288382f319fbac0231f1fe7e0b8093e9a0d8dd40733dc469472976baa6cf09c6
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 Bytes
Contents
import React from 'react'; declare type TitleCountProps = { align: "center" | "left" | "right"; aria?: { [key: string]: string; }; className?: string; count?: number; dark?: boolean; data?: { [key: string]: string; }; id?: string; title?: string; size?: "lg" | "sm"; }; declare const TitleCount: (props: TitleCountProps) => React.ReactElement; export default TitleCount;
Version data entries
2 entries across 2 versions & 1 rubygems