UNPKG

@reatom/devtools

Version:

Reatom developer tools for states and actions inspecting

8 lines 321 B
import { AtomMut } from '@reatom/framework'; import { JSX } from '../../jsx'; type ActionLabelProps = JSX.IntrinsicElements['label'] & { model: AtomMut<boolean>; }; export declare const ActionLabel: ({ model, children, ...props }: ActionLabelProps) => JSX.Element; export {}; //# sourceMappingURL=ActionLabel.d.ts.map