UNPKG

@peculiar/fortify-webcomponents-react

Version:

React specific wrapper for @peculiar/fortify-webcomponents

11 lines (10 loc) 213 B
export interface EventEmitter<T = any> { emit: (data?: T) => CustomEvent<T>; } export interface StyleReactProps { class?: string; className?: string; style?: { [key: string]: any; }; }