UNPKG

146 BTypeScriptView Raw
1/// <reference types="react" />
2import { StillProps } from './Composition';
3export declare const Still: <T>(props: StillProps<T>) => JSX.Element;