UNPKG

react-themable-hoc-aphrodite-interface

Version:
10 lines (8 loc) 326 B
import { StyleInterface } from 'react-themable-hoc'; declare module 'react-themable-hoc-aphrodite-interface' { type Aphrodite = any; // TODO export default class AphroditeInterface implements StyleInterface { constructor(aphrodite?: Aphrodite); css: (styles?: any) => {} | undefined; } }