import 'rollup-plugin-inject-process-env'; /** * Use this to declare a type that can be styled with CSS properties. */ export type Styleable = T & { style?: React.CSSProperties; }; export * from './types/events';