@truthandsystems/emoji-picker-react
Version:
Emoji Picker component for React Applications on the web
13 lines (12 loc) • 623 B
TypeScript
/// <reference types="react" />
export declare const stylesheet: {
create: <K extends string>(styles: Partial<{ [k in K]: Partial<Partial<CSSStyleDeclaration> & Partial<{
'.'?: string | string[] | undefined;
'--'?: any;
}>>; }> | Partial<{}>) => Record<Exclude<Exclude<K, any>, any>, Set<string>> & Record<never, Set<string>>;
getStyle: () => string;
isApplied: () => boolean;
};
export declare const commonStyles: Record<never, Set<string>>;
export declare function PickerStyleTag(): JSX.Element | null;
export declare const commonInteractionStyles: Record<never, Set<string>>;