@oneblink/apps-react
    Preparing search index...

    Type Alias IsDirtyProps

    type IsDirtyProps = {
        isDirty: boolean;
        setIsDirty: () => void;
    }
    Index

    Properties

    Properties

    isDirty: boolean
    setIsDirty: () => void