UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

10 lines 299 B
import React from 'react'; export declare function flush(): React.DetailedReactHTMLElement<{ id: string; key: string; dangerouslySetInnerHTML: { __html: string; }; }, HTMLElement>; export declare function setFlushStyles(styles: any): void; //# sourceMappingURL=index.d.ts.map