import {NanoRenderer} from '../nano'; export interface ComponentPatch { Component; } export type KeyframesAddon = (nano: T) => T & ComponentPatch;