UNPKG

@deepkit/desktop-ui

Version:

Library for desktop UI widgets in Angular 10+

18 lines (17 loc) 384 B
export interface Emoji { id: string; name: string; shortName: string; x: number; y: number; } export interface EmojiCategory { name: string; emojis: string[]; } export declare const emojis: { [id: string]: Emoji; }; export declare const categories: EmojiCategory[]; export declare type __ΩEmoji = any[]; export declare type __ΩEmojiCategory = any[];