Sha256: c8d9610203279df9c2a3c63fc0968a963c6dd737d424ba61f1471ea58bc08296
Contents?: true
Size: 316 Bytes
Versions: 6
Compression:
Stored size: 316 Bytes
Contents
/* @flow */ export type SurveyQuestions = [ { question: string, answers: [{ label: string, value: string | number | Object, }], } ] export type IconType = { className: string, name: string, label: string, onClick: () => mixed, size: string, spin: boolean, title: string, }
Version data entries
6 entries across 6 versions & 2 rubygems