Sha256: 61f983c887b0bca59e1632f7bea6bd758df611d6f70d86ae7480fb45f92e2091
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
import React from 'react'; declare type PersonProps = { aria?: { [key: string]: string; }; className?: string | string[]; data?: { [key: string]: string; }; firstName: string; id?: string; lastName: string; }; declare const Person: (props: PersonProps) => React.ReactElement; export default Person;
Version data entries
2 entries across 2 versions & 1 rubygems