synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
8 lines • 366 B
TypeScript
export type EntityViewMaskEditorProps = {
value: number;
onChange: (mask: number) => void;
disabled?: boolean;
};
export declare function isMaskSupportedInUI(value: number): boolean;
export default function EntityViewMaskEditor(props: EntityViewMaskEditorProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=EntityViewMaskEditor.d.ts.map