UNPKG

@reatom/devtools

Version:

Reatom developer tools for states and actions inspecting

14 lines 639 B
import { JSX } from '../jsx'; export declare const matchIconElement: JSX.Element; export declare const matchIcon: string; export declare const notMatchIconElement: JSX.Element; export declare const notMatchIcon: string; export declare const excludeIconElement: JSX.Element; export declare const excludeIcon: string; export declare const stopIconElement: JSX.Element; export declare const stopIcon: string; export declare const removeIconElement: JSX.Element; export declare const removeIcon: string; export declare const paintIconBucketElement: JSX.Element; export declare const paintIconBucket: string; //# sourceMappingURL=icons.d.ts.map