UNPKG

@krowdy/kds-assets

Version:

React components that implement Google's Material Design.

9 lines (7 loc) 207 B
export interface Candidate { width?: number; height?: number; color?: 'primary' | 'secondary' | 'custom' | string } declare const Candidate: React.ComponentType<Candidate>; export default Candidate;