UNPKG

slidev-addon-inalia

Version:

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href]

10 lines (7 loc) 154 B
export type TextData = string[] export type SelectData = { color: string label: string count: number }[] export type Data = TextData | SelectData