UNPKG

282 BTypeScriptView Raw
1import { TokenOverridable } from './common';
2export interface EmojiListArguments extends TokenOverridable {
3 /** @description Include a list of categories for Unicode emoji and the emoji in each category. */
4 include_categories?: boolean;
5}
6//# sourceMappingURL=emoji.d.ts.map
\No newline at end of file