Type alias IsDirtyProps

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

Type declaration

  • isDirty: boolean
  • setIsDirty: (() => void)
      • (): void
      • Returns void