UNPKG

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