Sha256: dd68e74cb2d5875ff67a75003a8d458b08c24d09120640c2208d84c9b88c35e6
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
declare type LabelValueProps = { active?: boolean; aria?: { [key: string]: string; }; className?: string; dark?: boolean; data?: object; date?: Date; id?: string; label: string; value?: string; variant?: "default" | "details"; icon?: string; description?: string; title?: string; }; declare const LabelValue: (props: LabelValueProps) => JSX.Element; export default LabelValue;
Version data entries
2 entries across 2 versions & 1 rubygems